From 3ea653552ec71cdd78bc6a775ae8bd5e47ee0e1e Mon Sep 17 00:00:00 2001 From: vjrj Date: Thu, 13 Sep 2018 10:13:47 +0200 Subject: [PATCH] Removed typo --- imports/modules/server/notificationsProcess.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 - + } } };