fix store to storecenter

club_update
Razmig Sarkissian 1 year ago
parent dd4559aa65
commit da4400979c
  1. 2
      PadelClub/Data/DataStore.swift

@ -61,7 +61,7 @@ class DataStore: ObservableObject {
StoreCenter.main.synchronizationApiURL = serverURL StoreCenter.main.synchronizationApiURL = serverURL
} }
#else #else
store.synchronizationApiURL = serverURL StoreCenter.main.synchronizationApiURL = serverURL
#endif #endif
StoreCenter.main.logsFailedAPICalls() StoreCenter.main.logsFailedAPICalls()

Loading…
Cancel
Save