forked from te0d/js-ipfs-cluster-api
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)
Description
In v0.0.3 when we do:
cluster.add(CID, (err, res) => {
console.log(res)
})
We get an empty array: []
Somehow we aren't getting the CID object(which can be accessed using a normal POST request).
Here is what I have found:
- On running the test for 'add', this line is supposed to get the CIDs. But it's NOT getting any CIDs.
Metadata
Metadata
Assignees
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)