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
Just wanted to bring your attention to this exercise that passed with username: Joi.string(), instead of username: Joi.string().when('isGuest', { is: false, then: Joi.required() }).
The text was updated successfully, but these errors were encountered:
Just wanted to bring your attention to this exercise that passed with
username: Joi.string()
, instead ofusername: Joi.string().when('isGuest', { is: false, then: Joi.required() })
.The text was updated successfully, but these errors were encountered: