Browse Source

edit todo comment

yusuketk 6 years ago
parent
commit
a63fa8b076
1 changed files with 0 additions and 1 deletions
  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) {