소스 검색

remove this.channel_id

Shun Miyazawa 5 년 전
부모
커밋
9a2c4d192e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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() {