Removed typo
This commit is contained in:
parent
6063437df0
commit
3ea653552e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue