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

Commit 1fcaa4b

Browse files
committed
ref: remove promise all
1 parent e3510cd commit 1fcaa4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/replicator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class Replicator {
258258
this.ipfs.pin.add(cid)
259259
} catch (e) { }
260260
}
261-
return Promise.all(resolveLinks)
261+
return resolveLinks
262262
}
263263

264264
async getAuthData () {

0 commit comments

Comments
 (0)