Nick: better

This commit is contained in:
Nicolas
2024-05-09 17:48:11 -07:00
parent 73e8da9185
commit be85008622
2 changed files with 3 additions and 3 deletions
@@ -78,7 +78,7 @@ export async function scrapWithScrapingBee(
export async function scrapWithPlaywright(url: string): Promise<string> {
try {
const reqParams = await generateRequestParams(url);
const wait_playwright = reqParams["params"]["wait"];
const wait_playwright = reqParams["params"]?.wait ?? 0;
const response = await fetch(process.env.PLAYWRIGHT_MICROSERVICE_URL, {
method: "POST",