Skip to content

Commit

Permalink
Add missing return.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Jan 3, 2025
1 parent 1cbf0ff commit d96ed38
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ private extension LocalAccountRefresher {
return true
}
}

return false
}

static var urlCache = [String: URL]()
Expand Down

0 comments on commit d96ed38

Please sign in to comment.