Browse Source

delete comment

zahmis 5 years ago
parent
commit
ad640cddd2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/service/bolt.js

+ 0 - 1
src/server/service/bolt.js

@@ -82,7 +82,6 @@ class BoltService {
       await say(`${command.text}`);
     });
 
-    // TODO check if firstArg is the supported command(like "search")
     this.bolt.command('/growi', async({ command, ack }) => {
       await ack();
       const inputSlack = command.text.split(' ');