Update packages/core/EventManager.ts

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
Joe Au-Yeung 2023-02-21 21:27:59 -05:00 committed by GitHub
parent 7936b3a560
commit e6dfa35404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {