Skip to content

Commit

Permalink
fix: app-configs-get undefined options error (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruti49 committed Mar 31, 2023
1 parent 0baeab8 commit 82f0316
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/app-configs/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ output is brief.`
return ['config']
}

async captureOptions() {
super.captureOptions()
}

async buildRequestParameters(options: Partial<FlagOutput>): Promise<AppConfigsGetParams> {
debug('buildRequestParameters()')
const {config: configId} = options
Expand Down

0 comments on commit 82f0316

Please sign in to comment.