Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Updated return type in 'get_obj' function
The return type of 'get_obj' function in core/service.py has been updated from StandContent[Union[Model, None]] to StandResponse. This change was made to improve readability and consistency across the application by sticking to one type of return statement.
- Loading branch information