Răsfoiți Sursa

fix comment

zahmis 5 ani în urmă
părinte
comite
a0f916aec6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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();