sleepphasealarm: format

master
Erik Andresen 2022-12-06 11:48:02 +01:00
parent cee04a21bf
commit 224b4560cb
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ if (nextAlarmDate !== undefined) {
nextAlarmConfig.last = now.getDate(); nextAlarmConfig.last = now.getDate();
require('Storage').writeJSON('sched.json', alarms); require('Storage').writeJSON('sched.json', alarms);
} }
} }
} }
}); });
}; };