We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stepInterval
1 parent 04e76db commit eb682f7Copy full SHA for eb682f7
apps/clock_info/lib.js
@@ -2,7 +2,6 @@
2
3
let storage = require("Storage");
4
let stepGoal = undefined;
5
-let stepUpdateInterval;
6
// Load step goal from health app and pedometer widget
7
let d = storage.readJSON("health.json", true) || {};
8
stepGoal = d.stepGoal;
0 commit comments