Settings fix

master
Salim Blume 2022-03-05 03:07:10 -06:00
parent 9c17fe8c5d
commit 50ca281500
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ let settings = Object.assign({
value: 0, value: 0,
notification: [], notification: [],
}, },
steps: { step: {
value: 0, value: 0,
notification: [], notification: [],
}, },

View File

@ -22,7 +22,7 @@
increment: 0, increment: 0,
notification: [], notification: [],
}, },
steps: { step: {
increment: 0, increment: 0,
notification: [], notification: [],
}, },

View File

@ -177,7 +177,7 @@ exports.getList = function() {
dist: { dist: {
increment: 0 to not notify on distance milestones, otherwise the number of meters to notify after, repeating 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 increment: 0 to not notify on step milestones, otherwise the number of steps to notify after, repeating
}, },
time: { time: {