Makefile, linting, and formatting

This commit is contained in:
2025-12-15 16:32:59 -07:00
parent 0cc576bb12
commit c0d9702e54
91 changed files with 6342 additions and 5079 deletions

View File

@@ -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