Skip to content

Bug detected and fixed #10

@gcornetta

Description

@gcornetta

Hi,

I found a small bug that fires when calling the client.networks().connect() method.
The reason is that the "options" validation schema is missing. To fix this bug you have to add
the following lines to lib/schemas/networks.js

module.exports.connect = {
options: Joi.object()
};

Regards,

Gianluca

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions