We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a1e5e9 + c8f6782 commit d3aa503Copy full SHA for d3aa503
connect/connectNotificationServer.js
@@ -96,6 +96,7 @@ const getNotificationsForMentionedUser = (logger, eventConfig, content) => {
96
});
97
resolve(notifications);
98
}).catch((error) => {
99
+ console.log(error, 'error');
100
if (logger) {
101
logger.error(error);
102
}
0 commit comments