Explorar o código

deleted arrays

ryuichi-e %!s(int64=6) %!d(string=hai) anos
pai
achega
0557c95a1c
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/server/routes/apiv3/users.js

+ 0 - 3
src/server/routes/apiv3/users.js

@@ -125,9 +125,6 @@ module.exports = (crowi) => {
     invited: User.STATUS_INVITED,
     invited: User.STATUS_INVITED,
   };
   };
 
 
-  /* const sortOrderArray = ['asc', 'desc'];
-  const sortArray = ['status', 'username', 'name', 'email', 'createdAt']; */
-
   validator.statusList = [
   validator.statusList = [
     // validate status list status array match to statusNo
     // validate status list status array match to statusNo
     body('statusList').custom((value) => {
     body('statusList').custom((value) => {