yusuketk 6 سال پیش
والد
کامیت
d03f96e09b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/server/routes/user.js

+ 1 - 0
src/server/routes/user.js

@@ -127,6 +127,7 @@ module.exports = function(crowi, app) {
    */
   api.list = async function(req, res) {
     const userIds = req.query.user_ids || null; // TODO: handling
+    
     let userFetcher;
     if (!userIds || userIds.split(',').length <= 0) {
       userFetcher = User.findAllUsers();