This commit is contained in:
2025-05-01 15:50:38 +02:00
parent 5f9ae240bc
commit 468748fa60
7 changed files with 60 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ router.post("/iam", (req, res) => {
logger.log(`{Route:"/api/v1/ban/iam"} Strange request from ip<${ip}>`)
} else {
const potentialBan = controller.getBan(req.body.hwid)
console.log(potentialBan)
if (potentialBan != undefined) {
delete potentialBan.remote_ip
delete potentialBan.hardware_id