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 {