mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-06-27 00:41:33 +00:00
Nick: prevent additional logging on /extract scrapes
This commit is contained in:
parent
ea321b4936
commit
c6482eaf2d
@ -48,6 +48,7 @@ export async function scrapeDocument(
|
||||
useCache: true,
|
||||
teamId: options.teamId,
|
||||
saveScrapeResultToGCS: process.env.GCS_FIRE_ENGINE_BUCKET_NAME ? true : false,
|
||||
bypassBilling: true,
|
||||
},
|
||||
origin: options.origin,
|
||||
is_scrape: true,
|
||||
|
@ -46,6 +46,7 @@ export async function scrapeDocument_F0(
|
||||
internalOptions: {
|
||||
useCache: true,
|
||||
teamId: options.teamId,
|
||||
bypassBilling: true,
|
||||
},
|
||||
origin: options.origin,
|
||||
is_scrape: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user