arb / celebrate

A joi validation middleware for Express.
MIT License
1.34k stars 65 forks source link

Change `format` arguments #139

Closed arb closed 4 years ago

arb commented 5 years ago

Now that errors come from either catch blocks OR as a result of .validate, users should always have a direct handle to the joi error and should pass that in directly.