Added type for credential

This commit is contained in:
nicolas 2021-07-28 22:44:52 +02:00
parent f948370bef
commit 082281bdd0

View file

@ -270,7 +270,7 @@ const createMeeting = async (
}; };
const updateMeeting = async ( const updateMeeting = async (
credential, credential: Credential,
uidToUpdate: string, uidToUpdate: string,
calEvent: CalendarEvent calEvent: CalendarEvent
): Promise<EventResult> => { ): Promise<EventResult> => {