Skip to content
#

converter

Here are 2,895 public repositories matching this topic...

tsed
NachtRitter
NachtRitter commented Nov 4, 2020

Information

  • Version: 5.59.4

When I apply @Required decorator to file uploading field, I don't receive an error for request with empty body.

Example

@Post('/logo')
@Returns(String)
async setLogo(@Required()  @MultipartFile('logo') logo: Express.Multer.File): Promise<string> {
  // I get here logo variable with undefined value if I make just POST request without any
MikeRalphson
MikeRalphson commented Jan 19, 2019
  • Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
  • Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
  • Use of conventional-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene

Improve this page

Add a description, image, and links to the converter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the converter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.