From adc2f525d29564283829f5fb782ab0c4ecef0da4 Mon Sep 17 00:00:00 2001 From: Subhojit-Dey <66687621+Subhojit-Dey1234@users.noreply.github.com> Date: Tue, 23 May 2023 12:21:17 +0530 Subject: [PATCH] imageSrc field is commented for solving this issue and can be removed (#9045) * imageSrc field is commented for solving this issue and can be removed * Update core.ts - remove the imageSrc field * Update packages/app-store-cli/src/core.ts --------- Co-authored-by: Peer Richelsen Co-authored-by: Hariom Balhara --- packages/app-store-cli/src/core.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/app-store-cli/src/core.ts b/packages/app-store-cli/src/core.ts index 5255c4884e..cec46792da 100644 --- a/packages/app-store-cli/src/core.ts +++ b/packages/app-store-cli/src/core.ts @@ -93,8 +93,6 @@ export const BaseAppFork = { // Plan to remove it. DB already has it and name of dir is also the same. slug: slug, type: `${slug}_${category}`, - // TODO: Remove usage of imageSrc, it is being used in ConnectCalendars.tsx. After that delete imageSrc in all configs and from here - imageSrc: `icon.svg`, logo: `icon.svg`, variant: categoryToVariantMap[category as keyof typeof categoryToVariantMap] || category, categories: [category],