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 (#122)
fix: No more array-of-array return in ApiComponentStatus This commit modifies the ApiComponentStatus class in routes.py to return instead of wrapping it in a list. This improves the efficiency of the API by avoiding unnecessary list creation. from to Reviewed-by: Ilia Bakhterev
- Loading branch information