Replace bare res.send error responses with errorHandler() calls #61
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#61
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace bare res.send error responses with errorHandler() calls, this should be standardized, and the way it's currently handled is fucking gross.
Added errorHandler() function, started work on replacing bare res.send calls:
af7f4219a5Replaced all bare res.send(error[]) calls w/ errorHandler():
864304f13b