-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Labels
No labels