Skip to content

Commit 07e221b

Browse files
roninopftapashmajumder
authored andcommitted
clarify function name
1 parent 894d8e9 commit 07e221b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
105105

106106
storeIdentifierData()
107107

108-
postIdentifierActions()
108+
postLoginActions()
109109
}
110110

111111
func setUserId(_ userId: String?) {
@@ -122,7 +122,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
122122

123123
storeIdentifierData()
124124

125-
postIdentifierActions()
125+
postLoginActions()
126126
}
127127

128128
func logoutUser() {
@@ -456,7 +456,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
456456
localStorage.userId = _userId
457457
}
458458

459-
private func postIdentifierActions() {
459+
private func postLoginActions() {
460460
ITBInfo()
461461

462462
if isEitherUserIdOrEmailSet() && config.authDelegate != nil {

0 commit comments

Comments
 (0)