Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PP-11212 Refactor services controller #1769

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

stephencdaly
Copy link
Contributor

  • Try/catch in controller methods rather then using the wrapAsyncErrorHandlers method in the exports. This should make code navigation easier.
  • Use the ES6 export function delcaration. This should mean fewer clicks in an IDE when navigating to/from usages.

Review notes

Hiding whitespace changes will make this a lot easier to review.

- Try/catch in controller methods rather then using the
wrapAsyncErrorHandlers method in the exports. This should make code
navigation easier.
- Use the ES6 `export function` delcaration. This should mean fewer
clicks in an IDE when navigating to/from usages.
@stephencdaly stephencdaly merged commit 3e43638 into master Jan 10, 2024
5 checks passed
@stephencdaly stephencdaly deleted the PP-11212-refactor-services-controller branch January 10, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants