harbor-master icon indicating copy to clipboard operation
harbor-master copied to clipboard

Bug detected and fixed

Open gcornetta opened this issue 7 years ago • 0 comments

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

gcornetta avatar Aug 23 '18 11:08 gcornetta