feat(api): fixed typo

This commit is contained in:
Taha Yassine Kraiem 2022-03-09 17:56:53 +01:00
parent aa0c29e7d5
commit 003bb9f4e1

View file

@ -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)