fix groupStageChunkCount

multistore
Razmig Sarkissian 1 year ago
parent 4e57049d32
commit af312b760b
  1. 2
      PadelClub/Data/MatchScheduler.swift

@ -85,7 +85,7 @@ class MatchScheduler : ModelObject, Storable {
@discardableResult
func updateGroupStageSchedule(tournament: Tournament) -> Date {
let computedGroupStageChunkCount = groupStageChunkCount ?? 1
let computedGroupStageChunkCount = groupStageChunkCount ?? tournament.getGroupStageChunkValue()
let groupStages: [GroupStage] = tournament.groupStages()
let numberOfCourtsAvailablePerRotation: Int = tournament.courtCount

Loading…
Cancel
Save