Add missing return.

This commit is contained in:
Brent Simmons
2025-01-02 19:41:41 -08:00
parent 1cbf0ff603
commit d96ed38a50

View File

@@ -201,6 +201,8 @@ private extension LocalAccountRefresher {
return true
}
}
return false
}
static var urlCache = [String: URL]()