From 286abe334eeb363ab8542d5a62eddbaab9eda981 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 11 Jun 2019 14:50:17 -0500 Subject: [PATCH] fix(notifications): add missing enum --- website/server/models/userNotification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/server/models/userNotification.js b/website/server/models/userNotification.js index be642d1222..27d29eeb9c 100644 --- a/website/server/models/userNotification.js +++ b/website/server/models/userNotification.js @@ -35,6 +35,7 @@ const NOTIFICATION_TYPES = [ 'ACHIEVEMENT_ALL_YOUR_BASE', 'ACHIEVEMENT_BACK_TO_BASICS', 'ACHIEVEMENT_JUST_ADD_WATER', + 'ACHIEVEMENT_LOST_MASTERCLASSER', 'ACHIEVEMENT_MIND_OVER_MATTER', ];