samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.71k stars 87 forks source link

Fix `@SwaggerCuztomizer()` bug of `@internal` tagged. #932

Closed samchon closed 1 week ago

samchon commented 1 week ago

When @SwaggeCutomizer()'s props.at() function accessed with @internal tagged, it becomes error.

This PR fixes the bug by filtering out the @internal tagged operations.

cc: @seunghwako @kakasoo