Fix error handling for timed refreshes

This commit is contained in:
Maurice Parker
2022-12-12 16:35:52 -07:00
parent 339fd937a7
commit 51de7de1a1

View File

@@ -73,8 +73,7 @@ class AccountRefreshTimer {
lastTimedRefresh = Date()
update()
//AccountManager.shared.refreshAll(errorHandler: ErrorHandler.log)
AccountManager.shared.refreshAll(completion: nil)
AccountManager.shared.refreshAll(errorHandler: ErrorHandler.log)
}
}