Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information