Remove time
from sorting in score
This commit is contained in:
parent
10c61cec02
commit
b9d4683092
|
@ -66,7 +66,7 @@ func ScoresGET(md common.MethodData) common.CodeMessager {
|
|||
sort := common.Sort(md, common.SortConfiguration{
|
||||
Default: "scores.pp DESC, scores.score DESC",
|
||||
Table: "scores",
|
||||
Allowed: []string{"pp", "score", "accuracy", "time", "id"},
|
||||
Allowed: []string{"pp", "score", "accuracy", "id"},
|
||||
})
|
||||
|
||||
rows, err := md.DB.Query(`
|
||||
|
|
Loading…
Reference in New Issue
Block a user