Skip to content

Commit

Permalink
Revert "this too"
Browse files Browse the repository at this point in the history
This reverts commit 2d2ab93.
  • Loading branch information
insberr committed Jul 26, 2023
1 parent e9352f0 commit 441d4dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export const iCalEvents = Object.values(iCalEventsParsed)
const newiCalEvent: addonEvents.ScheduleEvent = {
schedule: evtSch,
info: {
// TODO Broken
// ! Broken!!!
date: { start: new Date(event.start), end: new Date(event.end) }, // todo - { start, end }
message: evtMsg,
},
Expand Down

0 comments on commit 441d4dd

Please sign in to comment.