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