Skip to content

Commit fa37d39

Browse files
committed
fix: add comment to identity type
1 parent b74f624 commit fa37d39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/api/src/core/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export type EntityOperationOptions = {
55
};
66

77
//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
89
export type Identity<T> = T;

0 commit comments

Comments
 (0)