Skip to content

Commit 70139d2

Browse files
committed
[Auth] Add @discardableResult to avoid warnings
1 parent 8ee1e96 commit 70139d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseAuth/Sources/Swift/Auth/Auth.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,7 @@ extension Auth: AuthInterop {
16051605
/// so the caller should ignore the URL from further processing, and `false` means the
16061606
/// the URL is for the app (or another library) so the caller should continue handling
16071607
/// this URL as usual.
1608+
@discardableResult
16081609
@objc(canHandleURL:) open func canHandle(_ url: URL) -> Bool {
16091610
kAuthGlobalWorkQueue.sync {
16101611
guard let authURLPresenter = self.authURLPresenter as? AuthURLPresenter else {

0 commit comments

Comments
 (0)