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