Skip to content

Commit

Permalink
make appId argument camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
Natay committed Dec 30, 2024
1 parent 81080ae commit 89f4c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const recordAnalytics = async (command, isValidCommand, args, flags) => {
command,
isValidCommand,
numArgs: argKeys.length,
app_id: linkedAppId,
appId: linkedAppId,
flags: {
...flags,
...(command === 'help' ? { helpCommand: argKeys[0] } : {}), // include the beginning of args so we know what they want help on
Expand Down

0 comments on commit 89f4c45

Please sign in to comment.