Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: passing options when using @IsDateString()
`@IsDateString({strict: true})` doesn't work because options are not passed to the validator. Fixes typestack#1061
- Loading branch information