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:
@@ -142,7 +142,7 @@
|
||||
if (opensFor) {
|
||||
return {
|
||||
isOpen: true,
|
||||
message: `Open now for: ${minsToReadableHours(timeToMins(time))}`
|
||||
message: `Open now for: ${minsToReadableHours(opensFor)}`
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user