3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 19:17:19 +00:00

Case display changes

This commit is contained in:
iamshoXy 2024-04-19 19:24:14 +02:00
parent 450ce5e25e
commit ce4b65cd35
3 changed files with 8 additions and 5 deletions

View file

@ -74,6 +74,9 @@ export class GuildCases extends BaseGuildRepository {
where: {
user_id: userId,
},
order: {
created_at: "DESC",
},
});
}