diff --git a/apps/run/app.js b/apps/run/app.js index bf45a196b..fa1d41729 100644 --- a/apps/run/app.js +++ b/apps/run/app.js @@ -27,7 +27,7 @@ let settings = Object.assign({ value: 0, notification: [], }, - steps: { + step: { value: 0, notification: [], }, diff --git a/apps/run/settings.js b/apps/run/settings.js index d50bc4889..67f5e3d83 100644 --- a/apps/run/settings.js +++ b/apps/run/settings.js @@ -22,7 +22,7 @@ increment: 0, notification: [], }, - steps: { + step: { increment: 0, notification: [], }, diff --git a/modules/exstats.js b/modules/exstats.js index 9e7c87e4c..5eb0dc2be 100644 --- a/modules/exstats.js +++ b/modules/exstats.js @@ -177,7 +177,7 @@ exports.getList = function() { dist: { increment: 0 to not notify on distance milestones, otherwise the number of meters to notify after, repeating }, - steps: { + step: { increment: 0 to not notify on step milestones, otherwise the number of steps to notify after, repeating }, time: {