randydev commited on
Commit
86b5297
·
verified ·
1 Parent(s): ceb20e2

Update plugins/antiban.js

Browse files
Files changed (1) hide show
  1. plugins/antiban.js +1 -0
plugins/antiban.js CHANGED
@@ -53,6 +53,7 @@ AntibanRoutes.get("/api/v1/user/info", authenticateApiKey, apiLimiter, (req, res
53
  return res.status(400).json({ error: "Invalid or missing user_id" });
54
  }
55
  const result = await TelegramUser(userId);
 
56
  res.json(result);
57
  });
58
 
 
53
  return res.status(400).json({ error: "Invalid or missing user_id" });
54
  }
55
  const result = await TelegramUser(userId);
56
+
57
  res.json(result);
58
  });
59