Resolve failing CI steps

pull/36112/head
junoberryferry 2025-12-09 02:11:07 +07:00
parent fbc6383c5f
commit d39c59afa5
2 changed files with 9 additions and 9 deletions

@ -19,7 +19,7 @@ import (
) )
// AdminUserOrderByMap represents all possible admin user search orders // AdminUserOrderByMap represents all possible admin user search orders
// This should only be ised for admin API endpoints as we should not expose "updated" ordering which could expose recent user activity including logins. // This should only be used for admin API endpoints as we should not expose "updated" ordering which could expose recent user activity including logins.
var AdminUserOrderByMap = map[string]map[string]db.SearchOrderBy{ var AdminUserOrderByMap = map[string]map[string]db.SearchOrderBy{
"asc": { "asc": {
"name": db.SearchOrderByAlphabetically, "name": db.SearchOrderByAlphabetically,