1
0
Fork 0

Undo accidental indent

master
Ishidres 2024-03-22 13:22:31 +01:00 committed by GitHub
parent 7cc67ceb27
commit efae29ce35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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