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

fix: nullable ignores type validations #107

Open
albertocsouto opened this issue Jul 9, 2024 · 1 comment
Open

fix: nullable ignores type validations #107

albertocsouto opened this issue Jul 9, 2024 · 1 comment

Comments

@albertocsouto
Copy link

Steps to reproduce:

  1. Declare a nullable string in a DTO
  2. Pass an integer in that field
  3. Validation will pass
@albertocsouto
Copy link
Author

Added a branch with a test demonstrating the issue

@albertocsouto albertocsouto changed the title nullable ignores type validations fix: nullable ignores type validations Jul 9, 2024
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

No branches or pull requests

1 participant