Explorar el Código

chore: Remove unused import

Michael Bromley hace 4 años
padre
commit
e58f7728dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/elasticsearch-plugin/src/indexer.controller.ts

+ 1 - 1
packages/elasticsearch-plugin/src/indexer.controller.ts

@@ -22,7 +22,7 @@ import {
 } from '@vendure/core';
 } from '@vendure/core';
 import { Observable } from 'rxjs';
 import { Observable } from 'rxjs';
 
 
-import { ELASTIC_SEARCH_OPTIONS, loggerCtx, PRODUCT_INDEX_NAME, VARIANT_INDEX_NAME } from './constants';
+import { ELASTIC_SEARCH_OPTIONS, loggerCtx, VARIANT_INDEX_NAME } from './constants';
 import { createIndices, getClient, getIndexNameByAlias } from './indexing-utils';
 import { createIndices, getClient, getIndexNameByAlias } from './indexing-utils';
 import { ElasticsearchOptions } from './options';
 import { ElasticsearchOptions } from './options';
 import {
 import {