Update single_url.ts

This commit is contained in:
rafaelsideguide 2024-06-04 14:40:05 -03:00
parent 02fe470e20
commit 64a4338ff0

View File

@ -143,7 +143,7 @@ export async function scrapWithPlaywright(
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({ url: url, wait: waitParam, headers: headers }),
body: JSON.stringify({ url: url, wait_after_load: waitParam, headers: headers }),
});
if (!response.ok) {