Merge branch 'fix/open-now' into 'master'

fix: open now displays correct times

See merge request gk1623/drp-48!27

Co-authored-by: Barf-Vader <47476490+Barf-Vader@users.noreply.github.com>
This commit is contained in:
Ling, Alex
2025-06-15 13:54:04 +00:00

View File

@@ -142,7 +142,7 @@
if (opensFor) { if (opensFor) {
return { return {
isOpen: true, isOpen: true,
message: `Open now for: ${minsToReadableHours(timeToMins(time))}` message: `Open now for: ${minsToReadableHours(opensFor)}`
}; };
} }
} }