Browse Source

fix space

Sizma yosimaz 5 năm trước cách đây
mục cha
commit
4dbfa64b6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/server/service/search-delegator/elasticsearch.js

+ 1 - 1
src/server/service/search-delegator/elasticsearch.js

@@ -330,7 +330,7 @@ class ElasticsearchDelegator {
     if (!Array.isArray(body)) {
       throw new Error('Body must be an array.');
     }
-    
+
     const command = {
       delete: {
         _index: this.indexName,