Shun Miyazawa 9 ماه پیش
والد
کامیت
8685378ceb
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      apps/app/src/server/service/search-delegator/elasticsearch-client-delegator/get-client.ts

+ 0 - 2
apps/app/src/server/service/search-delegator/elasticsearch-client-delegator/get-client.ts

@@ -2,13 +2,11 @@ import type { ClientOptions as ES7ClientOptions } from '@elastic/elasticsearch7'
 import type { ClientOptions as ES8ClientOptions } from '@elastic/elasticsearch8';
 import type { ClientOptions as ES8ClientOptions } from '@elastic/elasticsearch8';
 import type { ClientOptions as ES9ClientOptions } from '@elastic/elasticsearch9';
 import type { ClientOptions as ES9ClientOptions } from '@elastic/elasticsearch9';
 
 
-
 import { type ES7ClientDelegator } from './es7-client-delegator';
 import { type ES7ClientDelegator } from './es7-client-delegator';
 import { type ES8ClientDelegator } from './es8-client-delegator';
 import { type ES8ClientDelegator } from './es8-client-delegator';
 import { type ES9ClientDelegator } from './es9-client-delegator';
 import { type ES9ClientDelegator } from './es9-client-delegator';
 import type { ElasticSEarchClientDeletegator } from './interfaces';
 import type { ElasticSEarchClientDeletegator } from './interfaces';
 
 
-
 type GetDelegatorOptions = {
 type GetDelegatorOptions = {
   version: 7;
   version: 7;
   options: ES7ClientOptions;
   options: ES7ClientOptions;