We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5d7c7 commit c2a0fb2Copy full SHA for c2a0fb2
libs/json-api-nestjs/src/lib/mixin/service/typeorm/typeorm.mixin.ts
@@ -18,7 +18,7 @@ export class TypeormMixinService<Entity>
18
constructor(
19
protected repository: Repository<Entity>,
20
protected config: ConfigParam,
21
- protected transform: TransformMixinService<Entity>
+ public transform: TransformMixinService<Entity>
22
) {}
23
24
getAll(
0 commit comments