Kaori Tokashiki 5 سال پیش
والد
کامیت
00839d0df1
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, offsettt) {
+  async showEphemeralSearchResults(command, args, offset) {
     const {
     const {
       resultPaths, offset, keywords,
       resultPaths, offset, keywords,
-    } = await this.getSearchResultPaths(command, args, offsettt);
+    } = await this.getSearchResultPaths(command, args, offset);
 
 
     if (resultPaths == null) {
     if (resultPaths == null) {
       return;
       return;