diff options
Diffstat (limited to 'services/app/src/App.php')
| -rw-r--r-- | services/app/src/App.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/app/src/App.php b/services/app/src/App.php index ec64efd..cd7798f 100644 --- a/services/app/src/App.php +++ b/services/app/src/App.php @@ -261,7 +261,7 @@ final class App if ($quiz->isRankingHidden()) { $ranking = null; } else { - $ranking = $answerRepo->getRankingByBestScores($quiz->quiz_id, upto: 20); + $ranking = $answerRepo->getRankingByBestScores($quiz->quiz_id, upto: null); } return $this->render($request, $response, 'quiz_view.html.twig', [ |
