yusuketk 6 anni fa
parent
commit
a63fa8b076
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/server/routes/apiv3/users.js

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

@@ -591,7 +591,6 @@ module.exports = (crowi) => {
         updatedUsers = await User.find({ _id: { $in: userIds } }, User.USER_PUBLIC_FIELDS);
       }
 
-      // GW-1942 TODO return updated users
       return res.apiv3({ updatedUsers });
     }
     catch (err) {