infinite-wish-board
infinite-wish-board copied to clipboard
Error Handling - surround API calls with error handling
All of the API calls need some sort of error handling so that we don't have unhandled promise rejection errors
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?
Looks like PR 25 is still open... not sure whether it resolves this issue