Skip to content

Commit

Permalink
fix: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Sep 6, 2024
1 parent 23d2bdf commit 4998222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mj/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function queryAccounts(data: any, predicate?: string, descend?: boo
},
sort: {
predicate: predicate || '',
reverse: descend || true,
reverse: descend,
},
search: {
...data,
Expand Down

0 comments on commit 4998222

Please sign in to comment.