Fix crash when deleting

sync2
Laurent 10 months ago
parent d4e193d60b
commit 4e62899b30
  1. 2
      PadelClub/Data/Tournament.swift

@ -417,7 +417,7 @@ final class Tournament : ModelObject, Storable {
}
store.groupStages.deleteDependencies(groups)
let rounds = self.tournamentStore.rounds
let rounds = Array(self.tournamentStore.rounds)
for round in rounds {
try round.deleteDependencies()
}

Loading…
Cancel
Save