diff --git a/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift b/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift index 3654d8e5d..2aaea393d 100644 --- a/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift +++ b/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift @@ -89,7 +89,7 @@ extension LocalAccountRefresher: DownloadSessionDelegate { return } - if let error { + if error != nil { return }