Skip to content

Commit 1f008b2

Browse files
authored
Merge pull request #289 from Iterable/MOB-1391-objc-signatures
[MOB-1391] fix typo in updateSubscriptions
2 parents cae2997 + 936157c commit 1f008b2

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)