Explorar el Código

remove a line and comment

kaori hace 5 años
padre
commit
114c6f1510
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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');
     });