mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-18 14:14:50 +08:00
parent
95c88e673d
commit
e4ec1ad172
@ -8,7 +8,7 @@ import java.util.Map;
|
||||
public enum SorterRegistry implements Sorter {
|
||||
|
||||
USER_JOIN_DATE("joinDate", simpleSorter("u.join_date")),
|
||||
USER_NAME("username", simpleSorter("username")),
|
||||
USER_NAME("username", simpleSorter("lower(username)")),
|
||||
USER_PROJECT_COUNT("projectCount", simpleSorter("project_count")),
|
||||
|
||||
// For Projects
|
||||
|
Loading…
Reference in New Issue
Block a user