Skip to content

Commit cf6ecca

Browse files
Added missing comma to params for conversations.events.create
1 parent d6d7383 commit cf6ecca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conversation/event/create-custom-event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const nexmo = new Nexmo({
1818
})
1919

2020
nexmo.conversations.events.create(CONVERSATION_ID, {
21-
"type": `custom:${YOUR_EVENT_NAME}`
21+
"type": `custom:${YOUR_EVENT_NAME}`,
2222
"from": MEMBER_ID,
2323
"body": {
2424
"your": "data"

0 commit comments

Comments
 (0)