mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-28 14:09:32 +00:00
Fix typo
This commit is contained in:
@@ -17,7 +17,7 @@ router.get("/", route({ permission: "BAN_MEMBERS" }), async (req: Request, res:
|
||||
/* Filter secret from database registry.*/
|
||||
|
||||
bans.forEach((registry) => {
|
||||
delete regitry.ip;
|
||||
delete registry.ip;
|
||||
});
|
||||
|
||||
return res.json(bans);
|
||||
|
||||
Reference in New Issue
Block a user