瀏覽代碼

Refactor import statement for ElasticSEarchClientDeletegator to improve module structure

Shun Miyazawa 11 月之前
父節點
當前提交
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');