|
|
body('expiredAt').if(value => value != null).isAfter(today.toString()).withMessage('Your Selected date is past'),
|
|
body('expiredAt').if(value => value != null).isAfter(today.toString()).withMessage('Your Selected date is past'),
|
|
|
body('description').isLength({ min: 0, max: 100 }).withMessage('Max length is 100'),
|
|
body('description').isLength({ min: 0, max: 100 }).withMessage('Max length is 100'),
|