Skip to content

Commit

Permalink
fix: putArchive should not return a stream
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-olivier committed Mar 20, 2023
1 parent 5078006 commit bd0e2d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/container.js
Original file line number Diff line number Diff line change
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 bd0e2d3

Please sign in to comment.