Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 1f661de

Browse files
author
Sachin Maheshwari
committed
fixing bus calling issue
1 parent e88337f commit 1f661de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function processSync(message) {
3131
},
3232
active : (member.status === 'ACTIVE') ? true : false
3333
}
34-
await postEvent(config.PUBLISH_TOPIC, payload, tcToken)
34+
await helper.postEvent(config.PUBLISH_TOPIC, payload, tcToken)
3535
} catch (e) {
3636
logger.error(`unable to process the message, error : ${JSON.stringify(e)}`)
3737
}

0 commit comments

Comments
 (0)