ソースを参照

remove unnecessary codes

Kaori Tokashiki 5 年 前
コミット
61ccb83255
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/server/service/bolt.js

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

@@ -57,8 +57,6 @@ const { WebClient, LogLevel } = require('@slack/web-api');
 class BoltService {
 
   constructor(crowi) {
-
-    this.getSearchResultPaths = this.getSearchResultPaths.bind(this);
     this.crowi = crowi;
     this.receiver = new BoltReciever();