cleanup main

This commit is contained in:
Daniel Kauss Serna 2026-01-26 14:09:44 +01:00
parent 6667a969b7
commit acebe8903a
2 changed files with 30 additions and 56 deletions

View file

@ -105,7 +105,6 @@ expandEvent e@(Event _ _ _ _ start end rule) maxViewDate =
validRuleDates = applyLimit (limit rule) infiniteStream
-- TODO: I think its alway sorted so this works
visibleDates = takeWhile (<= maxViewDate) validRuleDates
in [ e
{ dtStart = newStart,