Skip to content

Commit f1591f9

Browse files
Merge pull request #90 from Nexmo/MichaelJolley-patch-1
Added missing comma to params for conversations.events.create
2 parents d6d7383 + cf6ecca commit f1591f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conversation/event/create-custom-event.js

+1-1
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)