Skip to content

Commit

Permalink
Merge pull request #720 from CoderPad/fix-put-archive-result
Browse files Browse the repository at this point in the history
fix: putArchive should not return a stream
  • Loading branch information
apocas committed Mar 20, 2023
2 parents 5078006 + bd0e2d3 commit bb88194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/container.js
Expand Up @@ -977,7 +977,6 @@ Container.prototype.putArchive = function(file, opts, callback) {
method: 'PUT',
file: file,
abortSignal: args.opts.abortSignal,
isStream: true,
statusCodes: {
200: true,
400: 'client error, bad parameters',
Expand Down

0 comments on commit bb88194

Please sign in to comment.