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

Shapeup4 - CQRS standards update (user object) #103

Merged
merged 21 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ES error testing, logging
  • Loading branch information
Sachin Maheshwari committed Jul 27, 2021
commit a3dfbce54520d0efa1cc10622ef82adb91d8c5b9
1 change: 1 addition & 0 deletions src/common/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ async function postEvent (topic, payload) {
'mime-type': 'application/json',
payload
}
logger.debug(`Final message, ${JSON.stringify(message, null, 2)}`)
await busApiClient.postEvent(message)
}

Expand Down