Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 authored Apr 10, 2024
2 parents 0c1b6a0 + ce5a5ab commit bfde2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/resources/deck.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function transformEvent(event, options) {
public: options?.public || true,
date: event.begin,
duration: new Date(new Date(event.end) - new Date(event.begin)),
calendarUrl: event.calendarUrl,
calendarUrl: event.calendarUrl
}
}

Expand Down

0 comments on commit bfde2ea

Please sign in to comment.