diff --git a/lib/videoClient.ts b/lib/videoClient.ts index e4a5e686..aa4b6c5d 100644 --- a/lib/videoClient.ts +++ b/lib/videoClient.ts @@ -270,7 +270,7 @@ const createMeeting = async ( }; const updateMeeting = async ( - credential, + credential: Credential, uidToUpdate: string, calEvent: CalendarEvent ): Promise => {