Skip to content

Commit

Permalink
Update webapp/src/Controller/PublicController.php
Browse files Browse the repository at this point in the history
Co-authored-by: MCJ Vasseur <[email protected]>
  • Loading branch information
nickygerritsen and vmcj authored Feb 28, 2025
1 parent 37c4033 commit 2c792f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Controller/PublicController.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public function submissionsAction(Request $request, int $teamId, int $problemId)
}

if (!$team) {
throw $this->createNotFoundException('Team not found');
throw $this->createNotFoundException('Team not found.');
}

/** @var ContestProblem|null $problem */
Expand Down

0 comments on commit 2c792f2

Please sign in to comment.