mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 04:29:01 +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…
x
Reference in New Issue
Block a user