diff options
author | RealMANI <96433859+ImAaronFR@users.noreply.github.com> | 2022-03-08 18:35:19 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 18:05:19 +0300 |
commit | 110d58b5d255131ce4f30dd69ed7bc18d6f92d0b (patch) | |
tree | 3afed3d775f6312d36a96d5fb8dd884b79a3d939 /api/src | |
parent | Revert "Type change" (diff) | |
download | server-110d58b5d255131ce4f30dd69ed7bc18d6f92d0b.tar.xz |
Fix bans list (#674)
* Fix bans list - Bans list should load properly now * Updated Removed await Removed unnecessary foreach * Update ban.ts await
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/routes/guilds/#guild_id/bans.ts | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/api/src/routes/guilds/#guild_id/bans.ts b/api/src/routes/guilds/#guild_id/bans.ts |