We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa5432 commit 44b0f46Copy full SHA for 44b0f46
library/ratelimiting/shouldRateLimitRequest.ts
@@ -73,7 +73,7 @@ export function shouldRateLimitRequest(
73
return { block: true, trigger: "group" };
74
}
75
76
- // Do not check IP rate limit if user is set
+ // Do not check IP rate limit if rateLimitGroup is set
77
return { block: false };
78
79
0 commit comments