0

Update single_url.ts

This commit is contained in:
Nicolas 2024-04-30 16:57:44 -07:00
parent a386259511
commit 768166b066

View File

@ -216,7 +216,6 @@ export async function scrapSingleUrl(
return {
content: text,
markdown: text,
html: html,
metadata: { ...metadata, sourceURL: urlToScrap },
} as Document;
} catch (error) {