Browse Source

add comment

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

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

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