Added type for credential
This commit is contained in:
parent
f948370bef
commit
082281bdd0
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ const createMeeting = async (
|
|||
};
|
||||
|
||||
const updateMeeting = async (
|
||||
credential,
|
||||
credential: Credential,
|
||||
uidToUpdate: string,
|
||||
calEvent: CalendarEvent
|
||||
): Promise<EventResult> => {
|
||||
|
|
Loading…
Reference in a new issue