Skip to content

Commit

Permalink
fix: Fix session update query
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Apr 16, 2024
1 parent 9af99cf commit fe9a167
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agents-api/agents_api/models/session/update_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ def update_session_query(
session_update_query = f"""
{{
input[{session_update_cols}] <- $session_update_vals
ids[session_id, developer_id] <- [[$session_id, $developer_id]]
?[{all_fields}, updated_at] :=
input[{session_update_cols}],
ids[session_id, developer_id],
*sessions{{
{rest_fields}, @ "NOW"
}},
Expand Down

0 comments on commit fe9a167

Please sign in to comment.