Skip to content

Commit

Permalink
fix: remove action type
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Feb 28, 2020
1 parent 5e6fb97 commit 8a2b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class TencentCdn extends Component {
}

async remove(inputs = {}) {
await this.initCredential(inputs, 'default')
await this.initCredential(inputs, 'remove')

this.context.status('Removing')

Expand Down

0 comments on commit 8a2b777

Please sign in to comment.