hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.99k stars 2.05k forks source link

Fix constructor parameters #197

Closed farajael closed 2 years ago

farajael commented 2 years ago

Updated the ApiError class adding the 'stack' parameter on the constructor before the isOperational parameter.