@ -61,7 +61,6 @@ app.use(
const limiter = rateLimit({
windowMs: 15 * 60 * 1000,
max: 100,
});
app.use(limiter);
The note is not visible to the blocked user.