fix(schema): add missing notif types

This commit is contained in:
Sabe Jones
2019-10-23 08:10:43 -05:00
parent 1d7ec89b47
commit 2b8e25833d
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ const NOTIFICATION_TYPES = [
'ACHIEVEMENT_BEAST_MASTER',
'ACHIEVEMENT_MOUNT_MASTER',
'ACHIEVEMENT_TRIAD_BINGO',
'ACHIEVEMENT_MONSTER_MAGUS',
'ACHIEVEMENT_UNDEAD_UNDERTAKER',
];
const { Schema } = mongoose;