Skip to content

Commit a036f9f

Browse files
author
Sachin Maheshwari
committed
prining log
1 parent 457a97e commit a036f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/broadcastAPIHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function checkBroadcastMessageForUser(userId, bulkMessage) {
147147
_.map(results, (r) => {
148148
flag = !r ? false : flag // TODO recheck condition
149149
})
150-
logger.info(`Final condition result is: ${flag}`)
150+
logger.info(`BCA: Final recepient condition result is: ${flag} for userId ${userId}`)
151151
resolve({
152152
record: bulkMessage,
153153
result: flag

0 commit comments

Comments
 (0)