Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: No array-of-array return in ApiComponentStatus
This commit modifies the `ApiComponentStatus` class in `routes.py` to return the cached component if it exists, instead of wrapping it in a list. This improves the efficiency of the API by avoiding unnecessary list creation.
- Loading branch information