proper reset for polling

This commit is contained in:
Darius
2026-02-06 11:19:07 +01:00
parent b9a494a87c
commit ef7752c680

View File

@@ -120,6 +120,7 @@ export class HomepageService extends BaseService<null> {
logInfo("Polling ended"); logInfo("Polling ended");
if (this.pollingInterval) { if (this.pollingInterval) {
clearInterval(this.pollingInterval); clearInterval(this.pollingInterval);
this.pollingInterval = null;
} }
} }
} }