Added type for credential

pull/375/head
nicolas 2021-07-28 22:44:52 +02:00
parent f948370bef
commit 082281bdd0
1 changed files with 1 additions and 1 deletions

View File

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