Преглед на файлове

Refactor import statement for ElasticSEarchClientDeletegator to improve module structure

Shun Miyazawa преди 10 месеца
родител
ревизия
a09e63c128
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      apps/app/src/server/service/search-delegator/elasticsearch.ts

+ 1 - 1
apps/app/src/server/service/search-delegator/elasticsearch.ts

@@ -23,7 +23,7 @@ import type { UpdateOrInsertPagesOpts } from '../interfaces/search';
 
 import { aggregatePipelineToIndex } from './aggregate-to-index';
 import type { AggregatedPage, BulkWriteBody, BulkWriteCommand } from './bulk-write';
-import { getClient, type ElasticSEarchClientDeletegator } from './elasticsearch-client-delegator/get-client';
+import { getClient, type ElasticSEarchClientDeletegator } from './elasticsearch-client-delegator';
 
 const logger = loggerFactory('growi:service:search-delegator:elasticsearch');