Skip to content

Commit

Permalink
using end date instead of start
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Apr 2, 2024
1 parent e040923 commit 25f2486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getCalendarData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const getCalendarData = async (
},
dropAfter,
now,
filterFutureEventsDay: start
filterFutureEventsDay: end
});

debuggerInstance.log(`activeElements`, activeEvents);
Expand Down

0 comments on commit 25f2486

Please sign in to comment.