Skip to content

Commit 201c032

Browse files
committed
allow authToken to be unlabeled
1 parent a8729cd commit 201c032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-sdk/IterableAPI.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ public final class IterableAPI: NSObject {
123123

124124
// MARK: - SDK
125125

126-
public static func setEmail(_ email: String?, authToken: String? = nil) {
126+
public static func setEmail(_ email: String?, _ authToken: String? = nil) {
127127
internalImplementation?.setEmail(email, authToken: authToken)
128128
}
129129

130-
public static func setUserId(_ userId: String?, authToken: String? = nil) {
130+
public static func setUserId(_ userId: String?, _ authToken: String? = nil) {
131131
internalImplementation?.setUserId(userId, authToken: authToken)
132132
}
133133

0 commit comments

Comments
 (0)