Ben Vogler

Results 1 comments of Ben Vogler

In my case I was using `ValidateNested` in DTOs for a NestJs API and the child properties were not being transformed correctly by NestJs's `ValidationPipe` or `Type` decorator, so I...