zahmis пре 5 година
родитељ
комит
35af5f7743
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/server/service/bolt.js

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

@@ -84,7 +84,6 @@ class BoltService {
       await say(`${command.text}`);
       await say(`${command.text}`);
     });
     });
 
 
-
     // TODO check if firstArg is the supported command(like "search")
     // TODO check if firstArg is the supported command(like "search")
     this.bolt.command('/growi', async({ command, ack }) => {
     this.bolt.command('/growi', async({ command, ack }) => {
       await ack();
       await ack();
@@ -112,7 +111,7 @@ class BoltService {
               type: 'section',
               type: 'section',
               text: {
               text: {
                 type: 'mrkdwn',
                 type: 'mrkdwn',
-                text: '*検索結果 10 件',
+                text: '*検索結果 10 件*',
               },
               },
             },
             },
             {
             {