Explorar o código

fix ErrorV3 code

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
638b4c63e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/routes/apiv3/slack-bot-setting.js

+ 1 - 1
src/server/routes/apiv3/slack-bot-setting.js

@@ -110,7 +110,7 @@ module.exports = (crowi) => {
       catch (error) {
         const msg = 'Error occured in updating Custom bot setting';
         logger.error('Error', error);
-        return res.apiv3Err(new ErrorV3(msg, 'update Custom bot failed'));
+        return res.apiv3Err(new ErrorV3(msg, 'update-CustomBotSetting-failed'));
       }
     });