Shun Miyazawa пре 4 година
родитељ
комит
f22350596b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/server/routes/apiv3/slack-integration-settings.js

+ 0 - 1
src/server/routes/apiv3/slack-integration-settings.js

@@ -107,7 +107,6 @@ module.exports = (crowi) => {
    *            description: Succeeded to get info.
    *            description: Succeeded to get info.
    */
    */
   router.get('/', accessTokenParser, loginRequiredStrictly, adminRequired, async(req, res) => {
   router.get('/', accessTokenParser, loginRequiredStrictly, adminRequired, async(req, res) => {
-
     const { configManager } = crowi;
     const { configManager } = crowi;
     const currentBotType = configManager.getConfig('crowi', 'slackbot:currentBotType');
     const currentBotType = configManager.getConfig('crowi', 'slackbot:currentBotType');