Skip to content

Commit c95a57e

Browse files
fixing invite sendout
1 parent 74cb092 commit c95a57e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/services/auth-management/notifier.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ module.exports = function (app) {
7575
if (err && app.get('debug')) {
7676
app.debug(err);
7777
}
78+
79+
if (err) {
80+
return null;
81+
}
7882
const email = {
7983
from: returnEmail,
8084
to: user.email,

0 commit comments

Comments
 (0)