Shun Miyazawa 5 年之前
父節點
當前提交
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.
    */
   router.get('/', accessTokenParser, loginRequiredStrictly, adminRequired, async(req, res) => {
-
     const { configManager } = crowi;
     const currentBotType = configManager.getConfig('crowi', 'slackbot:currentBotType');