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
The problem occurs when you try to set a default value.
For example: Joi.object().keys({ foo: Joi.number().valid([0, 1]).default(0) })
Nothing will return.
I already found another way to do this it and created PR to fix docs, just make sure I'm move in the right direction :) #75
The text was updated successfully, but these errors were encountered:
The problem occurs when you try to set a default value.
For example: Joi.object().keys({ foo: Joi.number().valid([0, 1]).default(0) })
Nothing will return.
I already found another way to do this it and created PR to fix docs, just make sure I'm move in the right direction :)
#75
The text was updated successfully, but these errors were encountered: