소스 검색

fixed lint err

kaori 4 년 전
부모
커밋
813e594aa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server/routes/forgot-password.js

+ 1 - 1
src/server/routes/forgot-password.js

@@ -1,5 +1,5 @@
 module.exports = function(crowi, app) {
-  const { appService, mailService } = crowi;
+  const { /* appService, */ mailService } = crowi;
   const path = require('path');
   const actions = {};
   const api = {};