Skip to content

Commit e330822

Browse files
committed
fix: removed unused identity type
1 parent d40c9f4 commit e330822

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/api/src/core/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ import type { AppAbility } from '@douglasneuroinformatics/libnest';
33
export type EntityOperationOptions = {
44
ability?: AppAbility;
55
};
6-
7-
//This indentity type is used as a quick fix to resolve the swc compiling issue with fowardRef nestjs services
8-
// https://docs.nestjs.com/recipes/swc#common-pitfalls
9-
export type Identity<T> = T;

0 commit comments

Comments
 (0)