mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-19 17:12:58 -05:00
fixed month dropdown options in wrong order maybe
This commit is contained in:
parent
794022199e
commit
9cbb20fb56
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user