diff --git a/imports/modules/server/notificationsProcess.js b/imports/modules/server/notificationsProcess.js index 2b279fa..6fb3661 100644 --- a/imports/modules/server/notificationsProcess.js +++ b/imports/modules/server/notificationsProcess.js @@ -136,8 +136,7 @@ const processNotif = (notif) => { } else { // Not email or not verified -> remove notif so we don't retry to send it Notifications.remove({ _id: notif._id }); - }gn - + } } };