Parcourir la source

remove a line and comment

kaori il y a 5 ans
Parent
commit
114c6f1510
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/server/service/bolt.js

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

@@ -114,9 +114,7 @@ class BoltService {
       }
     });
 
-
     this.bolt.action('button_click', async({ body, ack, say }) => {
-      // Acknowledge the action
       await ack();
       await say('clicked the button');
     });