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() }).
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() }).