diff --git a/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts b/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts index 3e7bf4594..65459bc02 100644 --- a/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts +++ b/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts @@ -223,8 +223,8 @@ export async function scrapeURLWithFireEngineChromeCDP( const timeout = (timeToRun ?? 300000) + totalWait; - const shouldABTest = false; - // const shouldABTest = !meta.internalOptions.zeroDataRetention && Math.random() <= (1/30); + // const shouldABTest = false; + const shouldABTest = !meta.internalOptions.zeroDataRetention && Math.random() <= (1/30); const request: FireEngineScrapeRequestCommon & FireEngineScrapeRequestChromeCDP = {