|
|
|
@ -194,7 +194,7 @@ defer { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public func cleanScheduleAndSave(_ targetStartDate: Date? = nil) { |
|
|
|
public func cleanScheduleAndSave(_ targetStartDate: Date? = nil) { |
|
|
|
startDate = targetStartDate ?? startDate |
|
|
|
startDate = targetStartDate |
|
|
|
confirmed = false |
|
|
|
confirmed = false |
|
|
|
endDate = nil |
|
|
|
endDate = nil |
|
|
|
followingMatch()?.cleanScheduleAndSave(nil) |
|
|
|
followingMatch()?.cleanScheduleAndSave(nil) |
|
|
|
|