Skip to content

Commit

Permalink
Bugfix config remove
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow authored Nov 5, 2023
1 parent 8762a43 commit 590af8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Config.prototype.remove = function(opts, callback) {
var optsf = {
path: '/configs/' + this.id,
method: 'DELETE',
abortSignal: opts.abortSignal,
abortSignal: args.opts.abortSignal,
statusCodes: {
200: true,
204: true,
Expand Down

0 comments on commit 590af8e

Please sign in to comment.