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 (
credential,
credential: Credential,
uidToUpdate: string,
calEvent: CalendarEvent
): Promise<EventResult> => {