Explorar el Código

remove this.channel_id

Shun Miyazawa hace 5 años
padre
commit
9a2c4d192e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/server/service/slackbot.js

+ 0 - 1
src/server/service/slackbot.js

@@ -17,7 +17,6 @@ class SlackBotService extends S2sMessageHandlable {
     this.lastLoadedAt = null;
 
     this.initialize();
-    this.channel_id = '';
   }
 
   initialize() {