Update Comment to remove single api reference

This commit is contained in:
2026-07-05 18:47:19 +01:00
parent 1603cdec4b
commit b6a46f05ea
+1 -3
View File
@@ -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 {