Skip to content

Commit 0b92a3b

Browse files
vmcjmeisterT
andauthored
Update webapp/src/Controller/Team/SubmissionController.php
Co-authored-by: Tobias Werth <[email protected]>
1 parent 418d6fa commit 0b92a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/Team/SubmissionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function createAction(Request $request, ?Problem $problem = null): Respon
6060
$data = ['languages' => []];
6161
if ($problem !== null) {
6262
$data['problem'] = $problem;
63-
$data['languages'] = $problem->getLanguages()->toArray();;
63+
$data['languages'] = $problem->getLanguages()->toArray();
6464
}
6565
$form = $this->formFactory
6666
->createBuilder(SubmitProblemType::class, $data)

0 commit comments

Comments
 (0)