Added daytime property

This commit is contained in:
2026-06-24 15:52:41 -04:00
parent 9e901f8266
commit 3b355d89cf

View File

@@ -210,7 +210,7 @@ function summarise(slots) {
const dominant = slots.find(s => s.label === label)
return {
time: slots[0].time.slice(0, 10),
time: slots[0].time,
label: dominant.label,
code: dominant.code,
icon: `/icons/${dominant.icon}.png`,