You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: