Skip to content

Commit

Permalink
Show OQS qualifying rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoSWD committed Jun 19, 2024
1 parent e81db0c commit bd83667
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Infrastructure/Calendar/ICalCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ private function getStreamableRounds(IFSCEvent $event): array

private function roundIsStreamable(IFSCRound $round): bool
{
return
!$round->kind->isQualification() ||
($round->disciplines->isSpeed() && $round->liveStream->hasUrl());
return !$round->kind->isQualification() || $round->liveStream->hasUrl();
}

private function createAlarmOneHourBefore(IFSCEvent $event, string $name): Alarm
Expand Down

0 comments on commit bd83667

Please sign in to comment.