fix: make recipe crawling work
This commit is contained in:
@@ -181,7 +181,7 @@ export async function webScrape(
|
||||
|
||||
return {
|
||||
...result,
|
||||
dom,
|
||||
dom: dom.window.document,
|
||||
markdown: turndownService.turndown(result.content),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user