Skip to content

Commit bcbe8da

Browse files
author
Evan Greer
committed
cleanup
1 parent f3a0799 commit bcbe8da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,9 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
734734
private func storeIdentifierData() {
735735
localStorage.email = _email
736736
localStorage.userId = _userId
737-
738737
}
739738

740-
private func onLogin(_ authToken: String? = nil,onloginSuccess onloginSuccessCallBack: (()->())? = nil) {
739+
private func onLogin(_ authToken: String? = nil, onloginSuccess onloginSuccessCallBack: (()->())? = nil) {
741740
ITBInfo()
742741

743742
self.authManager.pauseAuthRetries(false)

0 commit comments

Comments
 (0)