compare format (FIR-1560) (#1405)

This commit is contained in:
Gergő Móricz
2025-04-02 19:52:43 +02:00
committed by GitHub
parent b3b63486f1
commit 24f5199359
24 changed files with 223 additions and 36 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export async function crawlController(
originUrl: req.body.url,
crawlerOptions: toLegacyCrawlerOptions(crawlerOptions),
scrapeOptions,
internalOptions: { disableSmartWaitCache: true }, // NOTE: smart wait disabled for crawls to ensure contentful scrape, speed does not matter
internalOptions: { disableSmartWaitCache: true, teamId: req.auth.team_id }, // NOTE: smart wait disabled for crawls to ensure contentful scrape, speed does not matter
team_id: req.auth.team_id,
createdAt: Date.now(),
plan: req.auth.plan,