Removed typo

This commit is contained in:
vjrj 2018-09-13 10:13:47 +02:00
parent 6063437df0
commit 3ea653552e

View file

@ -136,8 +136,7 @@ const processNotif = (notif) => {
} else { } else {
// Not email or not verified -> remove notif so we don't retry to send it // Not email or not verified -> remove notif so we don't retry to send it
Notifications.remove({ _id: notif._id }); Notifications.remove({ _id: notif._id });
}gn }
} }
}; };