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:
parent
450ce5e25e
commit
ce4b65cd35
3 changed files with 8 additions and 5 deletions
|
@ -74,6 +74,9 @@ export class GuildCases extends BaseGuildRepository {
|
|||
where: {
|
||||
user_id: userId,
|
||||
},
|
||||
order: {
|
||||
created_at: "DESC",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue