Fix indentation
This commit is contained in:
parent
3c2d07d0b1
commit
4a7eb89a72
@ -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);
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user