From b6a46f05eafdc1fa74fea36350c666c1b252ea10 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Sun, 5 Jul 2026 18:47:19 +0100 Subject: [PATCH] Update Comment to remove single api reference --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index dc1ba50..b577c82 100644 --- a/index.js +++ b/index.js @@ -231,11 +231,9 @@ function sleep(milliseconds) { return new Promise(resolve => setTimeout(resolve, milliseconds)); } -// === Error formatting / interpretation === - // === Main scheduler === // Orchestrates startup, selects the appropriate fetcher (API keys, -// service accounts, or single credentials), and runs the periodic loop. +// service accounts), and runs the periodic loop. async function scheduleRuns() { const config = loadConfig(); try {