0

Update single_url.ts

This commit is contained in:
Nicolas 2024-06-03 23:42:39 -07:00
parent 3563e3ae45
commit 2ea01f1456

View File

@ -267,7 +267,7 @@ export async function scrapSingleUrl(
includeHtml: false,
waitFor: 0,
screenshot: false,
headers: {}
headers: undefined
},
existingHtml: string = ""
): Promise<Document> {