sched: remove unused param

pull/3608/head
Rob Pilling 2024-10-09 21:54:45 +01:00
parent 028b2e37e6
commit c01c81f78e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
items: all.filter(a=>!a.appid)
//.sort((a,b)=>alarm.getTimeToAlarm(a)-alarm.getTimeToAlarm(b))
.sort((a,b)=>getAlarmOrder(a)-getAlarmOrder(b))
.map((a, i)=>({
.map(a => ({
name: null,
hasRange: true,
get: () => ({ text: getAlarmText(a), img: getAlarmIcon(a),