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

Remove unnecessary async #372

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Remove unnecessary async #372

merged 2 commits into from
Aug 22, 2023

Conversation

Jozzey
Copy link
Contributor

@Jozzey Jozzey commented Aug 22, 2023

While working on updating all repos /status endpoints to only return a static response I noticed that the controller for this endpoint is async when it doesn't need to be. I've therefore removed the async from the function that returns the static response.

While working on updating all repos `/status` endpoints to only return a static response I noticed that the controller for this endpoint is `async` when it doesn't need to be. I've therefore removed the `async` from the function.
@Jozzey Jozzey added the housekeeping Refactoring, tidying up or other work which supports the project label Aug 22, 2023
@Jozzey Jozzey self-assigned this Aug 22, 2023
@Jozzey Jozzey marked this pull request as ready for review August 22, 2023 15:46
@Jozzey Jozzey merged commit 5c63281 into main Aug 22, 2023
@Jozzey Jozzey deleted the remove-unnecessary-async branch August 22, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Refactoring, tidying up or other work which supports the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants