feat(api): fixed typo
This commit is contained in:
parent
aa0c29e7d5
commit
003bb9f4e1
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ def get_customs_by_sessionId2_pg(session_id, project_id):
|
|||
{"project_id": project_id, "session_id": session_id})
|
||||
)
|
||||
rows = cur.fetchall()
|
||||
rows = cur.fetchall()
|
||||
return helper.dict_to_camel_case(rows)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue