Skip to content

Commit 936157c

Browse files
committed
fix typo in updateSubscriptions
1 parent cae2997 commit 936157c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ import UIKit
413413

414414
- remark: passing in an empty array will clear subscription list, passing in nil will not modify the list
415415
*/
416-
@objc(updateSubscriptions:unsubscribedChannelIds:unsubscribedMessageTypeIds:subscribedMessageTypeIds:campaignIds:templateId:)
416+
@objc(updateSubscriptions:unsubscribedChannelIds:unsubscribedMessageTypeIds:subscribedMessageTypeIds:campaignId:templateId:)
417417
public static func updateSubscriptions(_ emailListIds: [NSNumber]?,
418418
unsubscribedChannelIds: [NSNumber]?,
419419
unsubscribedMessageTypeIds: [NSNumber]?,

0 commit comments

Comments
 (0)