ryuichi-e hace 6 años
padre
commit
0b6cfbfa88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/routes/apiv3/users.js

+ 1 - 1
src/server/routes/apiv3/users.js

@@ -127,7 +127,7 @@ module.exports = (crowi) => {
       const paginateResult = await User.paginate(
       const paginateResult = await User.paginate(
         {
         {
           $and: [
           $and: [
-            { status: { $in:  statusNoList } },
+            { status: { $in: statusNoList } },
             { $or: [orOutput] },
             { $or: [orOutput] },
           ],
           ],
         },
         },