mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 12:40:39 +08:00
Update scrape_log.ts
This commit is contained in:
parent
c402c85346
commit
6161b83890
@ -32,7 +32,7 @@ export async function logScrape(
|
||||
retried: scrapeLog.retried,
|
||||
error_message: scrapeLog.error_message,
|
||||
date_added: new Date().toISOString(),
|
||||
html: "(Removed due to db size)",
|
||||
html: scrapeLog.html,
|
||||
ipv4_support: scrapeLog.ipv4_support,
|
||||
ipv6_support: scrapeLog.ipv6_support,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user