Add missing else part

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

View File

@ -173,6 +173,9 @@ if (sleeplog.conf.enabled) {
// set status
sleeplog.setStatus(data);
}, data);
} else {
// set status
sleeplog.setStatus(data);
}
},