Makefile, linting, and formatting
This commit is contained in:
@@ -133,7 +133,6 @@ class SyncService: ObservableObject {
|
||||
if let lastSync = userDefaults.object(forKey: Keys.lastSyncTime) as? Date {
|
||||
self.lastSyncTime = lastSync
|
||||
}
|
||||
|
||||
} catch {
|
||||
syncError = error.localizedDescription
|
||||
throw error
|
||||
|
||||
Reference in New Issue
Block a user