zahmis hace 5 años
padre
commit
a0f916aec6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/routes/apiv3/slack-integration.js

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

@@ -79,7 +79,7 @@ module.exports = (crowi) => {
    */
   router.get('/', accessTokenParser, loginRequiredStrictly, adminRequired, async(req, res) => {
 
-    // get work space name from slack
+    // get work space name from slackbot token
     const slackBotToken = crowi.configManager.getConfig('crowi', 'slackbot:token');
     const web = new WebClient(slackBotToken);
     const slackTeamInfo = await web.team.info();