homedepot / infinite-wish-board

A platform for kids to make wishes at Make-A-Wish, GA.
Apache License 2.0
27 stars 43 forks source link

Error Handling - surround API calls with error handling #17

Open connorjones13 opened 5 years ago

connorjones13 commented 5 years ago

All of the API calls need some sort of error handling so that we don't have unhandled promise rejection errors

alex-hall commented 5 years ago

Can we use nodejs middleware to solve this problem?

Does #25 take care of this? Also, api-error-handler middleware is already installed. Have you seen anything make it out of this middleware?

aclaire-thd commented 4 years ago

Looks like PR 25 is still open... not sure whether it resolves this issue