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