mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-28 14:09:32 +00:00
Fix indentation
This commit is contained in:
@@ -46,7 +46,7 @@ router.patch(
|
||||
for (const member of members_to_remove) {
|
||||
Member.removeRole(member.id, guild_id, role_id);
|
||||
}
|
||||
res.sendStatus(204);
|
||||
res.sendStatus(204);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user