Skip to content

Commit c29759c

Browse files
author
Mateus Garcia
committed
fix: revert id pipe
1 parent 844f5f4 commit c29759c

File tree

1 file changed

+0
-1
lines changed
  • libs/json-api-nestjs/src/lib/mixin/pipes

1 file changed

+0
-1
lines changed

libs/json-api-nestjs/src/lib/mixin/pipes/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { BodyRelationshipPipe } from './body-relationship/body-relationship.pipe
1212
import { BodyRelationshipPatchPipe } from './body-relationship-patch/body-relationship-patch.pipe';
1313
import { ConfigParam, Entity, PipeMixin } from '../../types';
1414
import { nameIt } from '../../helper';
15-
import { IdSchemaPipe } from './query-schema/id-schema.pipe';
1615

1716
function factoryMixin(entity: Entity, connectionName: string, pipe: PipeMixin) {
1817
const entityName =

0 commit comments

Comments
 (0)