Skip to content

Commit 23067cd

Browse files
fix: await unawaited calendar.events.patch call in updateEvent (calcom#27313)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 21500c7 commit 23067cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-store/googlecalendar/lib/CalendarService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class GoogleCalendarService implements Calendar {
406406
});
407407

408408
if (evt && evt.data.id && evt.data.hangoutLink && event.location === MeetLocationType) {
409-
calendar.events.patch({
409+
await calendar.events.patch({
410410
// Update the same event but this time we know the hangout link
411411
calendarId: selectedCalendar,
412412
eventId: evt.data.id || "",

0 commit comments

Comments
 (0)