Description
Prevent unhandled promise rejections from crashing the server.
Acceptance Criteria
Implementation Steps
- Create an
express-async-handler equivalent utility
- Wrap all existing endpoints
Branching Instructions
Please create a branch from main following this naming convention:
refactor/async-handler
Description
Prevent unhandled promise rejections from crashing the server.
Acceptance Criteria
Implementation Steps
express-async-handlerequivalent utilityBranching Instructions
Please create a branch from
mainfollowing this naming convention:refactor/async-handler