From b317c5262f0e16f2b3110505ec442d14b222cf78 Mon Sep 17 00:00:00 2001 From: Dilip Kola Date: Tue, 19 Nov 2024 11:22:36 +0530 Subject: [PATCH] fix: code rabbit comments --- scripts/generateConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateConstants.js b/scripts/generateConstants.js index 70ada78d1..976073a4a 100644 --- a/scripts/generateConstants.js +++ b/scripts/generateConstants.js @@ -10,7 +10,7 @@ const destinationsDir = path.join(__dirname, '../src/configurations/destinations const languageMap = { web: ['ts'], flutter: ['dart'], - ios: ['java', 'm', 'swift'], + ios: ['m', 'swift'], android: ['kt', 'java'], };