We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a9527 commit f64e85bCopy full SHA for f64e85b
backend/plugin/code_generator/templates/python/api.jinja
@@ -37,7 +37,7 @@ async def get_{{ table_name }}(
37
],
38
)
39
async def get_{{ table_name }}s_paginated(db: CurrentSession) -> ResponseSchemaModel[PageData[Get{{ schema_name }}Detail]]:
40
- page_data = = await {{ table_name }}_service.get_list(db=db)
+ page_data = await {{ table_name }}_service.get_list(db=db)
41
return response_base.success(data=page_data)
42
43
0 commit comments