Skip to content

Commit

Permalink
fixup! refactor(cli): adopt CliCommandAction type
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Dec 19, 2023
1 parent 6940773 commit e6c53e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ export function createSetTelemetryConsentAction(status: SettableConsentStatus):
requireUser: true,
requireProject: false,
}).withConfig({
// todo: change vX to stable
apiVersion: 'vX',
apiVersion: '2023-12-18',
useProjectHostname: false,
})

Expand Down

0 comments on commit e6c53e7

Please sign in to comment.