Skip to content

Commit

Permalink
feat: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Frompaje committed Aug 23, 2024
1 parent c0b1f49 commit 1586cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middlewares/error-handler/error-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const errorHandler: ErrorRequestHandler = (err, _, res, next) => {
return res.status(409).send({
error: err.formErrors.fieldErrors,
issues: err.name,

message: 'Validation error',
});
}
Expand Down

0 comments on commit 1586cff

Please sign in to comment.