From 50ca281500c61b9725d0ed86a0cbaa29f50fb496 Mon Sep 17 00:00:00 2001 From: Salim Blume Date: Sat, 5 Mar 2022 03:07:10 -0600 Subject: [PATCH] Settings fix --- apps/run/app.js | 2 +- apps/run/settings.js | 2 +- modules/exstats.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: {