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
When I try to validate 14400000 as a multiple of 3600000 (14400000 / 3600000 = 4) I get an error.
But this validation Joi.number().min(14400000).multiple(3600).multiple(1000).required() works correct.
Activity