Skip to content

Commit 37c4033

Browse files
nickygerritsenvmcj
andauthored
Update webapp/src/Controller/PublicController.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent dc7afcf commit 37c4033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/PublicController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function submissionsAction(Request $request, int $teamId, int $problemId)
293293
}
294294

295295
/** @var Team|null $team */
296-
$team = $this->em->getRepository(Team::class)->find($teamId);
296+
$team = $this->em->getRepository(Team::class)->find($teamId);
297297
if ($team && $team->getCategory() && !$team->getCategory()->getVisible()) {
298298
$team = null;
299299
}

0 commit comments

Comments
 (0)