Skip to content

'add' command doesn't return the CID for the added data. #3

@vasa-develop

Description

@vasa-develop

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

No one assigned

    Labels

    help wantedSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions