Browse Source

fix space

Sizma yosimaz 5 years ago
parent
commit
4dbfa64b6a
1 changed files with 1 additions and 1 deletions
  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,