瀏覽代碼

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();