Nicolás Andreoli Sandler

Results 1 issues of Nicolás Andreoli Sandler

## Description When a validation fails, the library does this: `res.status(400).send(...)` When it should actually do this: `throw new ZodError(...)` If not, there's no way of parsing the errors to...