chore: set descending model data order list

This commit is contained in:
Mahen 2026-02-19 11:52:37 +07:00
parent 624b488528
commit 9a7a764e74
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const getClassificationReport = async () => {
isActive: true,
},
orderBy: {
createdAt: "asc",
createdAt: "desc",
},
});