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
Joi converts Joi.date() fields to Date objects automatically. Lemonway API is waiting for a string representation of the dates, so it ignores those fields.
All date params should be Date objects, the lib should take care of the string formatting and Joi should not cast strings to Date objects.
The text was updated successfully, but these errors were encountered:
Joi converts
Joi.date()
fields to Date objects automatically. Lemonway API is waiting for a string representation of the dates, so it ignores those fields.All date params should be Date objects, the lib should take care of the string formatting and Joi should not cast strings to Date objects.
The text was updated successfully, but these errors were encountered: