Closed eawer closed 7 years ago
validate: { query: { limit: Joi.number().min(0).max(config.maxLimit).default(config.limit), offset: Joi.number().min(0), publisherId: Joi.number().min(0), depositDateGt: Joi.date(), depositDateLt: Joi.date(), }, },
What are you trying to achieve or the steps to reproduce?
What was the result you received?