소스 검색

add comment

itizawa 6 년 전
부모
커밋
65b2022fd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server/routes/admin.js

+ 1 - 1
src/server/routes/admin.js

@@ -445,7 +445,7 @@ module.exports = function(crowi, app) {
     }
 
     try {
-      // TODO
+      // TODO after inputting multiple people
       // await User.createUsersByInvitation(req.body.email.split('\n'), req.body.sendEmail);
       return res.json(ApiResponse.success());
     }