Skip to content

Commit bb88194

Browse files
authored
Merge pull request #720 from CoderPad/fix-put-archive-result
fix: putArchive should not return a stream
2 parents 5078006 + bd0e2d3 commit bb88194

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/container.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ Container.prototype.putArchive = function(file, opts, callback) {
977977
method: 'PUT',
978978
file: file,
979979
abortSignal: args.opts.abortSignal,
980-
isStream: true,
981980
statusCodes: {
982981
200: true,
983982
400: 'client error, bad parameters',

0 commit comments

Comments
 (0)