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

Commit b7595ad

Browse files
committed
fix rm -r bug
1 parent 0a5a90a commit b7595ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ function IpfsAPI (host_or_multiaddr, port, opts) {
277277
return requestAPI('files/rm', path, opts, null, cb)
278278
},
279279
read: argCommand('files/read'),
280-
// write: argCommand('files/write'),
281280
write: function (pathDst, files, opts, cb) {
282281
if (typeof (opts) === 'function' && cb === undefined) {
283282
cb = opts

0 commit comments

Comments
 (0)