We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6fcbf commit 47402ecCopy full SHA for 47402ec
src/api/plugins/rateLimiter.ts
@@ -86,7 +86,6 @@ const rateLimiterPlugin: FastifyPluginAsync<RateLimiterOptions> = async (
86
"preHandler",
87
async (request: FastifyRequest, reply: FastifyReply) => {
88
const userIdentifier = request.ip;
89
- console.log(request.username);
90
let computedLimit = limit;
91
if (typeof computedLimit === "function") {
92
computedLimit = computedLimit(request);
0 commit comments