Skip to content

Commit

Permalink
fix(imports): Remove additional /src references
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jul 9, 2020
1 parent 25c8dcb commit 9528772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/query-graphql/src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
InjectQueryService,
AssemblerFactory,
AssemblerQueryService,
Assembler,
} from '@nestjs-query/core';
import { Assembler } from '@nestjs-query/core/src';
import { Provider, Inject } from '@nestjs/common';
import { Resolver } from '@nestjs/graphql';
import { PubSub } from 'graphql-subscriptions';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Query, Class, AssemblerFactory } from '@nestjs-query/core';
import { Filter } from '@nestjs-query/core/src';
import { Query, Class, AssemblerFactory, Filter } from '@nestjs-query/core';
import { Model, ModelCtor } from 'sequelize-typescript';
import { ModelCtor as SequelizeModelCtor } from 'sequelize';
import { FilterQueryBuilder } from '../query';
Expand Down

0 comments on commit 9528772

Please sign in to comment.