Skip to content
Snippets Groups Projects
Commit 1a7d3e8c authored by GUILLORET SIMON's avatar GUILLORET SIMON
Browse files

feat: order scoreboard by score desc

parent 47afb3e7
Branches
1 merge request!98feat: order scoreboard by score desc
Pipeline #325662 passed with stages
in 1 minute and 39 seconds
......@@ -178,6 +178,9 @@ export class PartyRepositoryOnDb implements PartyRepository {
score: true,
QuizUser: true,
},
orderBy: {
score: 'desc',
},
});
return runs.map((r) => ({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment