Skip to content

Commit

Permalink
fix import issue in query service (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 23, 2022
1 parent 6c277a5 commit ee08f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/query/src/graphql/plugins/smartTagsPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2020-2022 OnFinality Limited authors & contributors
// SPDX-License-Identifier: Apache-2.0

import {MULTI_METADATA_REGEX, METADATA_REGEX} from '@subql/utils/query';
import {MULTI_METADATA_REGEX, METADATA_REGEX} from '@subql/utils';
import {PgEntity, PgEntityKind} from '@subql/x-graphile-build-pg';
import {makePgSmartTagsPlugin} from 'graphile-utils';

Expand Down

0 comments on commit ee08f9f

Please sign in to comment.