Skip to content

Commit

Permalink
Merge pull request #750 from firecow/patch-1
Browse files Browse the repository at this point in the history
Bugfix config remove
  • Loading branch information
apocas authored Nov 6, 2023
2 parents 8762a43 + 590af8e commit 692c579
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 692c579

Please sign in to comment.