From 0e39c66902ca5f52594fc3005a9cb7dd3919f062 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Oct 2025 11:25:34 +0700 Subject: [PATCH] Update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1ea0fdc..76f570e 100644 --- a/index.js +++ b/index.js @@ -214,7 +214,7 @@ async function main() { const msg = errors.map((e) => `URL: ${e.url}\nMessage: ${e.message}`).join("\n\n"); await sendMail("[New Items] - Scraping Sold Out Error Report", msg); } else { - const msg = inserted.map((i) => `Shop: ${i.name}\nInserted: ${i.count}`).join("\n\n"); + const msg = inserted.map((i) => `Shop: ${i.name}\nInserted: ${i.count}`).join("\n\n"); await sendMail("[New Items] - Scraping Sold Out Success", msg); }