Skip to content

Commit f6baa3a

Browse files
author
Michael Vasseur
committed
Fix syntax error
1 parent f3b96e1 commit f6baa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/Jury/SubmissionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ protected function createVisualization(array $judgings): void
13171317
$inProgress[] = $judgingId;
13181318
/*} elseif ($judging->getVisualization()) {
13191319
$alreadyRequested[] = $judgingId;
1320-
}*/ elseif (!$judging->getValid()) {
1320+
*/}/ elseif (!$judging->getValid()) {
13211321
$invalidJudgings[] = $judgingId;
13221322
} else {
13231323
$outs = $judging->getRuns()->toArray();

0 commit comments

Comments
 (0)