zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
49a8c8b2f8
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

@@ -75,7 +75,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 Custom bot failed'));
       }
     });