mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:46:02 +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,
|
retried: scrapeLog.retried,
|
||||||
error_message: scrapeLog.error_message,
|
error_message: scrapeLog.error_message,
|
||||||
date_added: new Date().toISOString(),
|
date_added: new Date().toISOString(),
|
||||||
html: "(Removed due to db size)",
|
html: scrapeLog.html,
|
||||||
ipv4_support: scrapeLog.ipv4_support,
|
ipv4_support: scrapeLog.ipv4_support,
|
||||||
ipv6_support: scrapeLog.ipv6_support,
|
ipv6_support: scrapeLog.ipv6_support,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user