mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove notes in swift file
This commit is contained in:
parent
02818ab8f1
commit
eeddb810b3
1 changed files with 0 additions and 7 deletions
|
|
@ -107,13 +107,6 @@ import Views
|
|||
_ = try? await dataService.labels()
|
||||
}
|
||||
}
|
||||
|
||||
// Sync Items
|
||||
// 1 - Create start timestamp
|
||||
// 2 - Retrieve last sync time from datastore
|
||||
// 3 - Call syncOfflineItemsWithServerIfNeeded (DataService)
|
||||
// 4 - Call dataService.syncLinkedItems
|
||||
//
|
||||
|
||||
func syncItems(dataService: DataService) async {
|
||||
let syncStart = Date.now
|
||||
|
|
|
|||
Loading…
Reference in a new issue