Update scrape_log.ts

This commit is contained in:
Nicolas 2024-07-18 14:17:08 -04:00
parent c402c85346
commit 6161b83890

View File

@ -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,
}, },