Skip to content

Commit 0fbcea8

Browse files
authored
Remove unused var
1 parent ffc8d20 commit 0fbcea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/widsmartbatt/widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
WIDGETS["widsmartbatt"].draw();
8585
});
8686

87-
var id = setInterval(() => WIDGETS["widsmartbatt"].draw(), 60000);
87+
setInterval(() => WIDGETS["widsmartbatt"].draw(), 60000);
8888

8989

9090
})();

0 commit comments

Comments
 (0)