Explorar o código

remove a line and comment

kaori %!s(int64=5) %!d(string=hai) anos
pai
achega
114c6f1510
Modificáronse 1 ficheiros con 0 adicións e 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');
     });