Merge branch 'main'

online_payment
Raz 7 months ago
commit c2595cd8ed
  1. 4
      PadelClub/Data/DataStore.swift

@ -246,8 +246,8 @@ class DataStore: ObservableObject {
}
func tryUserUpdate(userCopy: CustomUser) async throws -> CustomUser? {
return try await self.userStorage.tryPutBeforeUpdating(userCopy)
func tryUserUpdate(userCopy: CustomUser) async throws {
try await self.userStorage.tryPutBeforeUpdating(userCopy)
}
// func copyToLocalServer(tournament: Tournament) {

Loading…
Cancel
Save