We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b96e1 commit f6baa3aCopy full SHA for f6baa3a
webapp/src/Controller/Jury/SubmissionController.php
@@ -1317,7 +1317,7 @@ protected function createVisualization(array $judgings): void
1317
$inProgress[] = $judgingId;
1318
/*} elseif ($judging->getVisualization()) {
1319
$alreadyRequested[] = $judgingId;
1320
- }*/ elseif (!$judging->getValid()) {
+ */}/ elseif (!$judging->getValid()) {
1321
$invalidJudgings[] = $judgingId;
1322
} else {
1323
$outs = $judging->getRuns()->toArray();
0 commit comments