From 3a342bfbf06c130b5be6d04bacc580b95162ff9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B3ricz=20Gerg=C5=91?= Date: Fri, 15 Nov 2024 15:18:40 +0100 Subject: [PATCH] fix(scrapeURL/playwright): JSON body fix --- apps/api/src/scraper/scrapeURL/engines/playwright/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/scraper/scrapeURL/engines/playwright/index.ts b/apps/api/src/scraper/scrapeURL/engines/playwright/index.ts index c8e0fe59..887b8b64 100644 --- a/apps/api/src/scraper/scrapeURL/engines/playwright/index.ts +++ b/apps/api/src/scraper/scrapeURL/engines/playwright/index.ts @@ -13,12 +13,12 @@ export async function scrapeURLWithPlaywright(meta: Meta): Promise