harbor-master
harbor-master copied to clipboard
Bug detected and fixed
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