diff --git a/apps/sleeplog/boot.js b/apps/sleeplog/boot.js index 19981623c..6e0c02419 100644 --- a/apps/sleeplog/boot.js +++ b/apps/sleeplog/boot.js @@ -187,10 +187,10 @@ if (sleeplog.conf.enabled) { // create a temporary object to store data and functions global.tmpWearingCheck = { - // define temporary hrm listener function to read the wearing status - hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing, - // set default wearing status - isWearing: false, + // define temporary hrm listener function to read the wearing status + hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing, + // set default wearing status + isWearing: false, }; // enable HRM