Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Jan 15, 2024
1 parent 80c7799 commit 370d2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public extension URL {
}

var isValidAppURLScheme: Bool {
return scheme ?? "" == URIString.appURLScheme.rawValue &&
return scheme ?? "" == URIString.appURLScheme.rawValue
}

var queryParameters: [String: Any]? {
Expand Down

0 comments on commit 370d2c7

Please sign in to comment.