mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 08:50:37 +08:00
Update scrape_log.ts
This commit is contained in:
parent
f10f3f886b
commit
2dd7398aad
@ -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: scrapeLog.html,
|
html: "(Removed due to db size)",
|
||||||
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