From 47c972a8ea8814aec13b4ca9ba89f0f2db1a31a2 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Sep 2025 21:39:19 +0200 Subject: [PATCH] h --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ce4b120..e162abe 100644 --- a/index.js +++ b/index.js @@ -218,7 +218,7 @@ async function sendSummaryDiscord(yesterday, stats) { await hook.send(payload); } -if (process.env.NOOP) { +if (process.env.NOOP || process.env.RUN_ONCE) { sendSummary(); return; }