You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Swagger CLI plugin and adding multiple @ApiExtension's to a controller method, only one (the first) is rendered properly. Commenting out either one causes the other to be rendered correctly, so it's not a bug with how the extension is being created.
Is there an existing issue for this?
Current behavior
When using the Swagger CLI plugin and adding multiple
@ApiExtension
's to a controller method, only one (the first) is rendered properly. Commenting out either one causes the other to be rendered correctly, so it's not a bug with how the extension is being created.Example code:
Which produces:
Minimum reproduction code
See above.
Steps to reproduce
No response
Expected behavior
Package version
5.1.3
NestJS version
8.0.11
Node.js version
14.18.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: