Skip to content

Commit

Permalink
fixup! Add contest site to scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tom93 committed Jul 30, 2024
1 parent 7f345bf commit b7a40d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Service/ScoreboardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ public function getFilterValues(Contest $contest, bool $jury): array
->addOrderBy('s.name', 'ASC')
->addOrderBy('s.siteid', 'ASC');

/** @var ContestSites[] $sites */
/** @var ContestSite[] $sites */
$sites = $queryBuilder->getQuery()->getResult();
foreach ($sites as $site) {
$filters['sites'][$site->getSiteid()] = $site->getName();
Expand Down

0 comments on commit b7a40d8

Please sign in to comment.