chore: set descending model data order list
This commit is contained in:
parent
624b488528
commit
9a7a764e74
|
|
@ -17,7 +17,7 @@ export const getClassificationReport = async () => {
|
|||
isActive: true,
|
||||
},
|
||||
orderBy: {
|
||||
createdAt: "asc",
|
||||
createdAt: "desc",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue