0

Update rate-limiter.ts

This commit is contained in:
rafaelsideguide 2024-05-21 10:07:27 -03:00
parent 6a3ac13fe1
commit ec46065066

View File

@ -98,7 +98,7 @@ export function scrapeRateLimit (plan: string){
export function getRateLimiter(mode: RateLimiterMode, token: string){ export function getRateLimiter(mode: RateLimiterMode, token: string){
// Special test suite case. TODO: Change this later. // Special test suite case. TODO: Change this later.
if (token.includes("fa58")){ if (token.includes("57017")){
return testSuiteRateLimiter; return testSuiteRateLimiter;
} }
switch (mode) { switch (mode) {