Explorar el Código

fix ErrorV3 code

zahmis hace 5 años
padre
commit
638b4c63e7
Se han modificado 1 ficheros con 1 adiciones y 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'));
       }
     });