Remove unused var

master
RKBoss6 2025-07-30 12:45:05 -04:00 committed by GitHub
parent ffc8d201e3
commit 0fbcea89cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
WIDGETS["widsmartbatt"].draw(); WIDGETS["widsmartbatt"].draw();
}); });
var id = setInterval(() => WIDGETS["widsmartbatt"].draw(), 60000); setInterval(() => WIDGETS["widsmartbatt"].draw(), 60000);
})(); })();