Skip to content

Commit

Permalink
Update packages/core/EventManager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Omar López <zomars@me.com>
  • Loading branch information
joeauyeung and zomars authored Feb 22, 2023
1 parent 7936b3a commit e6dfa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/EventManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export default class EventManager {
private async updateAllCalendarEvents(
event: CalendarEvent,
booking: PartialBooking
): Promise<Array<EventResult<NewCalendarEventType>> | []> {
): Promise<Array<EventResult<NewCalendarEventType>>> {
let calendarReference: PartialReference | undefined = undefined,
credential;
try {
Expand Down

0 comments on commit e6dfa35

Please sign in to comment.