feat(chalice): changed notes
This commit is contained in:
parent
fa9c96d139
commit
6cb1f82d7d
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ def get_session_notes(tenant_id, project_id, session_id, user_id):
|
|||
{"project_id": project_id, "user_id": user_id,
|
||||
"tenant_id": tenant_id, "session_id": session_id})
|
||||
|
||||
cur.execute(query=query)
|
||||
rows = cur.fetchall()
|
||||
rows = helper.list_to_camel_case(rows)
|
||||
for row in rows:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue