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 ea2a51b commit 0b50e94Copy full SHA for 0b50e94
Sources/StravaSwift/StravaClient.swift
@@ -207,7 +207,7 @@ extension StravaClient: ASWebAuthenticationPresentationContextProviding {
207
self.config?.delegate.set(token)
208
result(.success(token))
209
} else {
210
- result(.failure(generateError(failureReason: "No valid token", response: nil)))
+ result(.failure(self.generateError(failureReason: "No valid token", response: nil)))
211
}
212
213
} catch let error as NSError {
0 commit comments