Skip to content

Commit 44b0f46

Browse files
committed
Fix comment
1 parent 2fa5432 commit 44b0f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/ratelimiting/shouldRateLimitRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function shouldRateLimitRequest(
7373
return { block: true, trigger: "group" };
7474
}
7575

76-
// Do not check IP rate limit if user is set
76+
// Do not check IP rate limit if rateLimitGroup is set
7777
return { block: false };
7878
}
7979

0 commit comments

Comments
 (0)