sort categories

main
alex 2023-09-02 19:50:07 +02:00
parent 68879b299e
commit e77194741d
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func UserInfo(c *fiber.Ctx) error {
}
}
// sort categories alphabetically
slices.Sort(categories)
return c.JSON(structs.UserInfoResponse{