Added notifications

This commit is contained in:
Keith Holliday
2016-10-08 07:35:38 -05:00
parent 2173f53883
commit 016de411c9
7 changed files with 43 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ const NOTIFICATION_TYPES = [
'REBIRTH_ACHIEVEMENT',
'NEW_CONTRIBUTOR_LEVEL',
'CRON',
'GROUP',
];
const Schema = mongoose.Schema;