2
0
zahmis 5 жил өмнө
parent
commit
0a1037ea42

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

@@ -66,6 +66,7 @@ class BoltService {
       await say('Hello');
       await say('Hello');
       const { searchService } = this.crowi;
       const { searchService } = this.crowi;
       const results = await searchService.searchKeyword(command.text, null, {}, {});
       const results = await searchService.searchKeyword(command.text, null, {}, {});
+      // get 10 result from slack input
       console.log(results.data.slice(0, 10));
       console.log(results.data.slice(0, 10));
     });
     });