Skip to content

Commit 968c076

Browse files
fixing notifier
1 parent c95a57e commit 968c076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/services/auth-management/notifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = function (app) {
7676
app.debug(err);
7777
}
7878

79-
if (err) {
79+
if (err || !result) {
8080
return null;
8181
}
8282
const email = {

0 commit comments

Comments
 (0)