Skip to content

Commit 0b50e94

Browse files
author
Ludovic Landry
committed
Update StravaClient.swift
1 parent ea2a51b commit 0b50e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StravaSwift/StravaClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ extension StravaClient: ASWebAuthenticationPresentationContextProviding {
207207
self.config?.delegate.set(token)
208208
result(.success(token))
209209
} else {
210-
result(.failure(generateError(failureReason: "No valid token", response: nil)))
210+
result(.failure(self.generateError(failureReason: "No valid token", response: nil)))
211211
}
212212
}
213213
} catch let error as NSError {

0 commit comments

Comments
 (0)