Remove unneeded `stepInterval`

master
RKBoss6 2025-08-11 18:38:19 -04:00 committed by GitHub
parent 04e76db519
commit eb682f77d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
let storage = require("Storage"); let storage = require("Storage");
let stepGoal = undefined; let stepGoal = undefined;
let stepUpdateInterval;
// Load step goal from health app and pedometer widget // Load step goal from health app and pedometer widget
let d = storage.readJSON("health.json", true) || {}; let d = storage.readJSON("health.json", true) || {};
stepGoal = d.stepGoal; stepGoal = d.stepGoal;