We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug This is more of a Nest code-practices-related bug.
edu-server/src/assignment/assignment.controller.ts
Line 42 in 4bad0b9
The following @Res approach disables the Standard Approach in NestJS as discussed in the documentation here which helps in auto serialization to JSON
@Res
Screenshots (If applicable)
Desktop (please complete the following information):
Additional context To solve this bug, I would request, to add the following @Res({ passthrough: true })
@Res({ passthrough: true })
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
This is more of a Nest code-practices-related bug.
edu-server/src/assignment/assignment.controller.ts
Line 42 in 4bad0b9
The following
@Res
approach disables the Standard Approach in NestJS as discussed in the documentation here which helps in auto serialization to JSONScreenshots (If applicable)
Desktop (please complete the following information):
Additional context
To solve this bug, I would request, to add the following
@Res({ passthrough: true })
The text was updated successfully, but these errors were encountered: