Update extract.ts

This commit is contained in:
Nicolas 2025-01-22 11:01:10 -03:00 committed by GitHub
parent 669c694b32
commit 5aad21b35a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
} }