We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f68289 commit c65e847Copy full SHA for c65e847
swift-sdk/Internal/LocalStorage.swift
@@ -124,7 +124,6 @@ struct LocalStorage: LocalStorageProtocol {
124
}
125
126
private func moveLastPushPayloadFromUserDefaultsToKeychain() {
127
- // using current date rather than `DateProvider` for convenience
128
if let (userDefaultLastPushPayload, expiration) = iterableUserDefaults.getLastPushPayloadAndExpirationPair() {
129
keychain.setLastPushPayload(userDefaultLastPushPayload, withExpiration: expiration)
130
0 commit comments