Skip to content

Commit

Permalink
fix(elasticsearch-plugin): Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 15, 2021
1 parent fa90581 commit 9c76767
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/elasticsearch-plugin/src/build-elastic-body.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { LanguageCode, LogicalOperator, PriceRange, SortOrder } from '@vendure/common/lib/generated-types';
import { DeepRequired, ID } from '@vendure/core';

import { UserInputError } from '../../core/src/common/error/errors';
import { DeepRequired, ID, UserInputError } from '@vendure/core';

import { SearchConfig } from './options';
import { ElasticSearchInput, SearchRequestBody } from './types';
Expand Down

0 comments on commit 9c76767

Please sign in to comment.