repsak
Results
1
issues of
repsak
In the latest version of the Joi, the validation method is called in the schema context, instead of the usual library context Examples Before: ```Joi.validate(value, schema, [options], [callback])``` After: ```schema.validate(data)```...