Fixes build errors on macOS

This commit is contained in:
Stuart Breckenridge
2023-01-21 22:07:25 +08:00
parent 28cc7be936
commit 63cfbbdd95
2 changed files with 7 additions and 8 deletions

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, completion: nil)
}
}