Browse Source

remove this.channel_id

Shun Miyazawa 5 năm trước cách đây
mục cha
commit
9a2c4d192e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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() {