Skip to content

Commit

Permalink
Brandon: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Goh committed Aug 25, 2013
1 parent c537214 commit 37c6f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Notification(db.Model):
notification_type = db.StringProperty() #Type of Notification
other_user = db.IntegerProperty() #The other User involved in the Notification (if applicable)
# other_info = db.StringProperty()
relevant_id = db.IntegerProperty() #Relevant information for the Notificaiton
relevant_id = db.IntegerProperty() #Relevant information for the Notification
message = db.StringProperty() #Notification message

def to_dict(self):
Expand Down

0 comments on commit 37c6f17

Please sign in to comment.