Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library Specific @Res disables the Standard Approach for POST Assignment Route #51

Open
imabp opened this issue Apr 13, 2021 · 0 comments

Comments

@imabp
Copy link

imabp commented Apr 13, 2021

Describe the bug
This is more of a Nest code-practices-related bug.

The following @Res approach disables the Standard Approach in NestJS as discussed in the documentation here which helps in auto serialization to JSON

Screenshots (If applicable)

image

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Browser: Firefox
  • Version: 87

Additional context
To solve this bug, I would request, to add the following
@Res({ passthrough: true })

@imabp imabp mentioned this issue Apr 14, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant