Skip to content

Commit

Permalink
use ejaId for default sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaldus committed Oct 8, 2024
1 parent 238a69f commit 2bb2ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Set() TypeApi {
return TypeApi{
Language: sys.Options.Language,
DefaultSearchLimit: 15,
DefaultSearchOrder: "ejaLog DESC",
DefaultSearchOrder: "ejaId DESC",
Values: make(map[string]string),
SearchOrder: make(map[string]string),
Link: TypeDbLink{},
Expand Down

0 comments on commit 2bb2ff7

Please sign in to comment.