Kaori Tokashiki 5 лет назад
Родитель
Сommit
c3a2c56407
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/server/service/bolt.js

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

@@ -217,10 +217,10 @@ class BoltService {
     };
     };
   }
   }
 
 
-  async showEphemeralSearchResults(command, args, offset) {
+  async showEphemeralSearchResults(command, args, offsetNum) {
     const {
     const {
       resultPaths, offset, keywords,
       resultPaths, offset, keywords,
-    } = await this.getSearchResultPaths(command, args, offset);
+    } = await this.getSearchResultPaths(command, args, offsetNum);
 
 
     if (resultPaths == null) {
     if (resultPaths == null) {
       return;
       return;