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

Commit c1dadf9

Browse files
committed
cr
1 parent 59e2935 commit c1dadf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exporter/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = (node, name, ipldResolver) => {
2121
return pull(
2222
pull.values(node.links),
2323
paramap((link, cb) => ipldResolver.get(new CID(link.multihash), cb)),
24-
pull.asyncMap((result, cb) => cb(null, result.value))
24+
pull.map((result) => result.value)
2525
)
2626
}
2727

0 commit comments

Comments
 (0)