curveball / problem

Middleware for catching exceptions and turning them into a standard JSON error response
MIT License
4 stars 1 forks source link

fix: Make options explicitly optional #29

Closed Nicholaiii closed 2 years ago

Nicholaiii commented 3 years ago

This PR makes options explicitly optional, instead of requiring you to explicitly set all unused options to undefined.