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