Skip to content

Commit 8afaa7e

Browse files
author
sachin-maheshwari
authored
Merge pull request #223 from topcoder-platform/dev
Broadcast conf fix
2 parents 9816706 + 5d3a2c3 commit 8afaa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/NotificationService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function* listNotifications(query, userId) {
213213
break;
214214
}
215215

216-
if (config.ENABLE_HOOK_BULK_NOTIFICATION) {
216+
if (JSON.parse(config.ENABLE_HOOK_BULK_NOTIFICATION)) {
217217
try {
218218
yield hooks.hookBulkMessage.checkBulkMessageForUser(userId);
219219
} catch (e) {

0 commit comments

Comments
 (0)