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