Skip to content

Commit

Permalink
fix(core): fixes circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Nov 19, 2019
1 parent 622d709 commit 7e80adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/transform/lift/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { isServiceImplementation } from '~/inspect/is';
import isequal from 'lodash.isequal';
import { LiftTransformOptions } from './types';
import { request, response } from '~/create';
import { request, response } from '~/create/implement/types';
import { containsKey } from 'contains-key';

export function liftServiceTypes(
Expand Down

0 comments on commit 7e80adb

Please sign in to comment.