Update rate-limiter.ts
This commit is contained in:
parent
229b9908d2
commit
253abb849f
@ -54,7 +54,7 @@ export const testSuiteRateLimiter = new RateLimiterRedis({
|
||||
|
||||
export function getRateLimiter(mode: RateLimiterMode, token: string, plan?: string){
|
||||
// Special test suite case. TODO: Change this later.
|
||||
if (token.includes("5089cefa58")){
|
||||
if (token.includes("5089cefa58") || token.includes("6254cf9")){
|
||||
return testSuiteRateLimiter;
|
||||
}
|
||||
switch (mode) {
|
||||
|
Loading…
Reference in New Issue
Block a user