Update rate-limiter.ts
This commit is contained in:
parent
6a3ac13fe1
commit
ec46065066
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user