Skip to content

Commit fef1c59

Browse files
Update lib/plugin/visitors/model-class.visitor.ts
1 parent 502d671 commit fef1c59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/plugin/visitors/model-class.visitor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ export class ModelClassVisitor extends AbstractFileVisitor {
675675
type = nonNullish[0];
676676
}
677677
}
678-
// <<<<<<<<< END ADD
679678

680679
// Also handle cases where TypeScript emits an auto-generated union like `T | undefined`
681680
// (strict mode). In that case, pick the non-undefined member so enum detection works.

0 commit comments

Comments
 (0)