@@ -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');