Skip to content

Commit fa3e2ed

Browse files
authored
Update webapp/src/Controller/API/JudgehostController.php
1 parent c424d21 commit fa3e2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/API/JudgehostController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ private function getTestcaseFiles(string $id): array
15291529
)]
15301530
public function getJudgeTasksAction(Request $request): array
15311531
{
1532-
/*if (!$request->request->has('hostname')) {
1532+
if (!$request->request->has('hostname')) {
15331533
throw new BadRequestHttpException('Argument \'hostname\' is mandatory');
15341534
}
15351535
$hostname = $request->request->get('hostname');

0 commit comments

Comments
 (0)