Steven Fukase пре 5 година
родитељ
комит
31da4080d4
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      src/server/service/bolt.js

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

@@ -74,10 +74,6 @@ class BoltService {
   }
 
   init() {
-    // Example of listening for event
-    // See. https://github.com/slackapi/bolt-js#listening-for-events
-    // or https://slack.dev/bolt-js/concepts#basic
-
     this.bolt.command('/growi', async({
       command, client, body, ack,
     }) => {