Skip to content

Commit eb29a8c

Browse files
Update helper.js
1 parent 425e62f commit eb29a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ async function postEvent (topic, payload, options = {}) {
952952
'mime-type': 'application/json',
953953
payload
954954
}
955+
_.merge(message,options)
955956
await client.postEvent(message)
956957
await eventDispatcher.handleEvent(topic, { value: payload, options })
957958
}

0 commit comments

Comments
 (0)