Skip to content

Commit 82110d1

Browse files
nickygerritsenvmcj
andcommitted
Update webapp/src/Controller/PublicController.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent 9aee978 commit 82110d1

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
@@ -299,7 +299,7 @@ public function submissionsAction(Request $request, int $teamId, int $problemId)
299299
}
300300

301301
if (!$team) {
302-
throw $this->createNotFoundException('Team not found');
302+
throw $this->createNotFoundException('Team not found.');
303303
}
304304

305305
/** @var ContestProblem|null $problem */

0 commit comments

Comments
 (0)