This commit is contained in:
Kuna 2021-12-24 18:25:17 +00:00 committed by GitHub
parent 48766b933d
commit f14bbf5be3

View File

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