We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf19ed commit e9ebe19Copy full SHA for e9ebe19
apps/schedclock/lib.js
@@ -23,7 +23,7 @@ exports.syncAlarms = function() {
23
const settings = require("Storage").readJSON(SETTINGS_FILE, 1) || [];
24
25
// Remove all existing alarms from the scheduler library
26
- const alarms = require("sched")
+ require("sched")
27
.getAlarms()
28
.filter(a => a.appid && a.appid === "schedclock")
29
.forEach(a => require("sched").setAlarm(a.id, undefined));
0 commit comments