mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 04:18:59 +08:00
Update extract.ts
This commit is contained in:
parent
669c694b32
commit
5aad21b35a
@ -59,7 +59,8 @@ export async function extractController(
|
||||
|
||||
if (
|
||||
(await getTeamIdSyncB(req.auth.team_id)) &&
|
||||
req.body.origin !== "api-sdk"
|
||||
req.body.origin !== "api-sdk" &&
|
||||
req.body.origin !== "website"
|
||||
) {
|
||||
return await oldExtract(req, res, extractId);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user