⚙️ pollConfig.ts

This commit is contained in:
nirholas
2026-03-31 10:22:54 +00:00
parent 6976b07e72
commit 1fe39ffd94

View File

@@ -109,3 +109,4 @@ export function getPollIntervalConfig(): PollIntervalConfig {
return parsed.success ? parsed.data : DEFAULT_POLL_CONFIG
}