const obj = { [name]: value };
const schema = { [name]: this.schema[name] };
const { error } = Joi.validate(obj, schema);
return error ? error.details[0].message : null;
};
wat
Pretty sure joi should have an optional object type thing
Обсуждают сегодня