diff --git a/connect/connectNotificationServer.js b/connect/connectNotificationServer.js index dd783fd..a219c53 100644 --- a/connect/connectNotificationServer.js +++ b/connect/connectNotificationServer.js @@ -96,6 +96,7 @@ const getNotificationsForMentionedUser = (logger, eventConfig, content) => { }); resolve(notifications); }).catch((error) => { + console.log(error, 'error'); if (logger) { logger.error(error); }