Skip to content

Commit d3aa503

Browse files
author
vikasrohit
authored
Merge pull request #119 from topcoder-platform/hotfix/handling_unhandled_error_in_getting_mentioned_user_details
Hotfix/handling unhandled error in getting mentioned user details
2 parents 7a1e5e9 + c8f6782 commit d3aa503

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
@@ -96,6 +96,7 @@ const getNotificationsForMentionedUser = (logger, eventConfig, content) => {
9696
});
9797
resolve(notifications);
9898
}).catch((error) => {
99+
console.log(error, 'error');
99100
if (logger) {
100101
logger.error(error);
101102
}

0 commit comments

Comments
 (0)