From bceaa3a8bd5f3b7189a43fd782750a0049b07845 Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Sat, 2 Sep 2023 14:28:06 +0530 Subject: [PATCH] Update packages/app-store/_utils/getCalendar.ts --- packages/app-store/_utils/getCalendar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/app-store/_utils/getCalendar.ts b/packages/app-store/_utils/getCalendar.ts index b7e46d057b..dd864929be 100644 --- a/packages/app-store/_utils/getCalendar.ts +++ b/packages/app-store/_utils/getCalendar.ts @@ -29,7 +29,6 @@ export const getCalendar = async (credential: CredentialPayload | null): Promise if (calendarType?.endsWith("_other_calendar")) { calendarType = calendarType.split("_other_calendar")[0]; } - const calendarAppImportFn = appStore[calendarType.split("_").join("") as keyof typeof appStore]; if (!calendarAppImportFn) {