Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug detected and fixed #10

Open
gcornetta opened this issue Aug 23, 2018 · 0 comments
Open

Bug detected and fixed #10

gcornetta opened this issue Aug 23, 2018 · 0 comments

Comments

@gcornetta
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant