paca_championship
Raz 1 year ago
parent 8fbafd8c08
commit dced9bb0be
  1. 2
      PadelClub/Data/GroupStage.swift

@ -255,7 +255,7 @@ final class GroupStage: ModelObject, Storable {
matchIndexes.append(index) matchIndexes.append(index)
} }
} }
return _matches().filter { matchIndexes.contains($0.index) } return _matches().filter { matchIndexes.contains($0.index%matchCount) }
} }
func initialStartDate(forTeam team: TeamRegistration) -> Date? { func initialStartDate(forTeam team: TeamRegistration) -> Date? {

Loading…
Cancel
Save