mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
fixed month dropdown options in wrong order maybe
This commit is contained in:
@@ -327,7 +327,7 @@ const resolvers = {
|
||||
|
||||
return Summary.find(searchCriteria)
|
||||
.populate("discord_user")
|
||||
.sort({ "score.total": "desc", year: "desc", month: "desc" })
|
||||
.sort({ year: "desc", month: "desc", "score.total": "desc" })
|
||||
},
|
||||
},
|
||||
Mutation: {
|
||||
|
||||
Reference in New Issue
Block a user