@ -29,9 +29,7 @@ final public class GroupStage: BaseGroupStage, SideStorable {
// MARK: - DidSet
public override func didSetStartDate() {
if self.tournamentValue()?.hasStarted() == false {
plannedStartDate = startDate
}
// MARK: - Computed dependencies
@ -28,11 +28,7 @@ final public class Match: BaseMatch, SideStorable {
if hasStarted() {
return
if self.roundValue()?.tournamentObject()?.hasStarted() == false {
} else if self.groupStageValue()?.tournamentObject()?.hasStarted() == false {
// MARK: -
@ -24,9 +24,7 @@ final public class Round: BaseRound, SideStorable {