Skip to content

Commit

Permalink
PDE-5636 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Natay committed Dec 23, 2024
1 parent e88c0c1 commit a0109d0
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 @@ -39,7 +39,7 @@ const recordAnalytics = async (command, isValidCommand, args, flags) => {

// Some commands ( like "zapier convert" ) won't have an app directory when called.
// Instead, having the app ID in the arguments.
// Fallback to using "integrationid" in arguments ( if it's there )
// In this case, we fallback to using "integrationid" in arguments ( if it's there )
// and don't want to "explode" if appID is missing
const linkedAppId =
(await getLinkedAppConfig(undefined, false))?.id || integrationID;
Expand Down

0 comments on commit a0109d0

Please sign in to comment.