mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 16:05:58 +08:00
Update extract.ts
This commit is contained in:
parent
669c694b32
commit
5aad21b35a
@ -59,7 +59,8 @@ export async function extractController(
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
(await getTeamIdSyncB(req.auth.team_id)) &&
|
(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);
|
return await oldExtract(req, res, extractId);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user