itizawa 5 лет назад
Родитель
Сommit
0c729c921a
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/server/routes/apiv3/share-links.js

+ 0 - 1
src/server/routes/apiv3/share-links.js

@@ -68,7 +68,6 @@ module.exports = (crowi) => {
     body('expiredAt').if(value => value != null).isAfter(today.toString()).withMessage('Your Selected date is past'),
     // validate the length of description is max 100.
     body('description').isLength({ min: 0, max: 100 }).withMessage('Max length is 100'),
-
   ];
 
   /**