mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: refc code to use dictionary serialization instead of model_dump()
This commit is contained in:
parent
7d86ff4a85
commit
b57e6e55ce
6 changed files with 9 additions and 7 deletions
|
|
@ -326,6 +326,8 @@ async def get_courses_orgslug(
|
|||
page: int = 1,
|
||||
limit: int = 10,
|
||||
):
|
||||
|
||||
# TODO : This entire function is a mess. It needs to be rewritten.
|
||||
|
||||
# Query for public courses
|
||||
statement_public = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue