From 83b8cc6729bd78cf79668d9ebe23fb48265d77ec Mon Sep 17 00:00:00 2001 From: Julian Dinter Date: Sun, 22 Aug 2021 14:23:10 +0200 Subject: [PATCH] Ran npm run lint:prettier.. --- modules/default/calendar/calendarutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/calendar/calendarutils.js b/modules/default/calendar/calendarutils.js index 32801a05..9d9876e1 100644 --- a/modules/default/calendar/calendarutils.js +++ b/modules/default/calendar/calendarutils.js @@ -327,7 +327,7 @@ const CalendarUtils = { let dh = moment(date).format("HH"); Log.debug(" recurring date is " + date + " offset is " + dateoffset / 60 + " Hour is " + dh); - + if (CalendarUtils.isFullDayEvent(event)) { Log.debug("Fullday"); // If the offset is negative (east of GMT), where the problem is