Browse Source

remove comment out

kaori 4 năm trước cách đây
mục cha
commit
aea78a3aea
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/server/routes/forgot-password.js

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

@@ -44,7 +44,6 @@ module.exports = function(crowi, app) {
     catch (err) {
       const msg = 'Error occurred during password reset request procedure';
       logger.error(err);
-      // return res.apiv3Err(new ErrorV3(msg, 'creating-slack-integration-settings-procedure-failed'), 500);
       return res.json(ApiResponse.error(msg));
     }