Skip to content

Commit 89bf919

Browse files
author
Vikas Agarwal
committed
Error logging
1 parent febce84 commit 89bf919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connect/connectNotificationServer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const getNotificationsForMentionedUser = (logger, eventConfig, content) => {
9595
});
9696
resolve(notifications);
9797
}).catch((error) => {
98+
console.log(error, 'error');
9899
if (logger) {
99100
logger.error(error);
100101
}

0 commit comments

Comments
 (0)