sync3
Laurent 1 month ago
parent ac9adad50f
commit 45c24f3856
  1. 2
      PadelClubData/Data/DataStore.swift

@ -59,7 +59,7 @@ public class DataStore: ObservableObject {
self.events = store.registerSynchronizedCollection(indexed: indexed) self.events = store.registerSynchronizedCollection(indexed: indexed)
self.dateIntervals = store.registerSynchronizedCollection(indexed: indexed) self.dateIntervals = store.registerSynchronizedCollection(indexed: indexed)
self.userStorage = store.registerObject(synchronized: true, shouldLoadDataFromServer: false) self.userStorage = store.registerObject(synchronized: true, shouldLoadDataFromServer: false)
self.purchases = Store.main.registerSynchronizedCollection(inMemory: true) self.purchases = store.registerSynchronizedCollection(inMemory: true)
self.monthData = store.registerCollection(indexed: indexed) self.monthData = store.registerCollection(indexed: indexed)

Loading…
Cancel
Save