Skip to content

Commit

Permalink
Fix bug in hs fetch (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle authored Dec 12, 2024
1 parent 37700a9 commit d9a6cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports.handler = async options => {
const { derivedAccountId } = options;
const cmsPublishMode = getCmsPublishMode(options);

trackCommandUsage('fetch', { mode: cmsPublishMode }, accountId);
trackCommandUsage('fetch', { mode: cmsPublishMode }, derivedAccountId);

try {
// Fetch and write file/folder.
Expand Down

0 comments on commit d9a6cf1

Please sign in to comment.