Skip to content

Commit 15c9b26

Browse files
committed
typo: fix missing comma
1 parent 34e0c2a commit 15c9b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ringcentral_sdk/rest/subscription.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def subscribe(events = nil)
7373
req.url 'subscription'
7474
req.headers['Content-Type'] = 'application/json'
7575
req.body = {
76-
eventFilters: @event_filters
76+
eventFilters: @event_filters,
7777
deliveryMode: {
7878
transportType: 'PubNub',
7979
encryption: 'true'

0 commit comments

Comments
 (0)