Skip to content

Commit

Permalink
hotfix the previous hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash committed Jun 24, 2022
1 parent ced9fb8 commit ca97e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/v1/beatmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func getMultipleBeatmaps(md common.MethodData) common.CodeMessager {
"playcount",
"passcount",
},
Default: "id DESC",
Default: "beatmap_id DESC",
Table: "beatmaps",
})
pm := md.Ctx.Request.URI().QueryArgs().PeekMulti
Expand Down

0 comments on commit ca97e06

Please sign in to comment.