Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8e8db33

Browse files
committed
Merge branch 'feat/files-api' of github.com:ipfs/js-ipfs-api into feat/files-api
2 parents cfb6ee8 + 76ee9d8 commit 8e8db33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function makeRequest (opts, buffer, cb) {
7070
delete opts.qs.followSymlinks
7171

7272
const result = {
73-
stream: false,
73+
stream: opts.stream,
7474
chunkedObjects: false,
7575
objects: []
7676
}

0 commit comments

Comments
 (0)