Fix indentation

This commit is contained in:
ochen1 2023-04-09 12:36:31 -06:00 committed by GitHub
parent 3c2d07d0b1
commit 4a7eb89a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
);