mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Update rate-limiter.ts
This commit is contained in:
parent
861e2ebdf1
commit
bd84e49a77
|
@ -115,7 +115,7 @@ export function getRateLimiter(
|
|||
return testSuiteRateLimiter;
|
||||
}
|
||||
|
||||
if(teamId === process.env.DEV_B_TEAM_ID) {
|
||||
if(teamId && teamId === process.env.DEV_B_TEAM_ID) {
|
||||
return devBRateLimiter;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user