mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Merge branch 'main' into nsc/job-priority
This commit is contained in:
commit
080240e040
|
@ -115,7 +115,7 @@ export function getRateLimiter(
|
|||
return testSuiteRateLimiter;
|
||||
}
|
||||
|
||||
if (teamId && 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