Skip to content

Commit

Permalink
fix: code rabbit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Nov 19, 2024
1 parent 1f9e040 commit b317c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};

Expand Down

0 comments on commit b317c52

Please sign in to comment.