diff --git a/apps/runplus/app.js b/apps/runplus/app.js index e2c23cafe..15e042759 100644 --- a/apps/runplus/app.js +++ b/apps/runplus/app.js @@ -41,12 +41,12 @@ let settings = Object.assign({ time: { value: 0, notifications: [], - } + }, }, HRM: { min: 65, max: 170, - } + }, }, require("Storage").readJSON("runplus.json", 1) || {}); let statIDs = [settings.B1,settings.B2,settings.B3,settings.B4,settings.B5,settings.B6].filter(s=>s!==""); let exs = ExStats.getStats(statIDs, settings); @@ -100,7 +100,7 @@ function onStartStop() { let lc = []; // Load stats in pair by pair for (let i=0;i