Skip to content

Commit

Permalink
Remove unused profileVersion property.
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <[email protected]>
  • Loading branch information
gejohnston committed Feb 28, 2024
1 parent 2c94e07 commit a38c22d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/imperative/src/cmd/src/CommandProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ interface IResolvedArgsResponse {
*/
commandValues?: ICommandArguments;

/**
* Whether we're using old profiles or config
* @type {(`v1` | `TeamConfig`)}
* @memberof IResolvedArgsResponse
*/
profileVersion?: `v1` | `TeamConfig`;

/**
* The profiles that are required
* @type {string[]}
Expand Down

0 comments on commit a38c22d

Please sign in to comment.