Skip to content

Commit

Permalink
chore: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 28, 2021
1 parent 9e22e8b commit e58f772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elasticsearch-plugin/src/indexer.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
} from '@vendure/core';
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 { ElasticsearchOptions } from './options';
import {
Expand Down

0 comments on commit e58f772

Please sign in to comment.