Added type for credential
parent
f948370bef
commit
082281bdd0
|
@ -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> => {
|
||||||
|
|
Loading…
Reference in New Issue