فهرست منبع

Refactor import statement for ElasticSEarchClientDeletegator to improve module structure

Shun Miyazawa 9 ماه پیش
والد
کامیت
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');