Selaa lähdekoodia

remove a line and comment

kaori 5 vuotta sitten
vanhempi
sitoutus
114c6f1510
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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');
     });