From 082281bdd04dc84c9e912e9e83e9fb282290d609 Mon Sep 17 00:00:00 2001 From: nicolas Date: Wed, 28 Jul 2021 22:44:52 +0200 Subject: [PATCH] Added type for credential --- lib/videoClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/videoClient.ts b/lib/videoClient.ts index e4a5e686..aa4b6c5d 100644 --- a/lib/videoClient.ts +++ b/lib/videoClient.ts @@ -270,7 +270,7 @@ const createMeeting = async ( }; const updateMeeting = async ( - credential, + credential: Credential, uidToUpdate: string, calEvent: CalendarEvent ): Promise => {