add BOSS_DAMAGE to valid notifications

This commit is contained in:
Matteo Pagliazzi
2017-01-07 11:47:19 +01:00
parent 856f13d213
commit 28e8ec2d2c

View File

@@ -17,6 +17,7 @@ const NOTIFICATION_TYPES = [
'LOGIN_INCENTIVE',
'GROUP_INVITE_ACCEPTED',
'SCORED_TASK',
'BOSS_DAMAGE', // Not used currently but kept to avoid validation errors
];
const Schema = mongoose.Schema;