Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/orchestrator/goal_conversation_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ async def get_goal_conversations(
ORDER BY last_activity_at DESC, created_at DESC
LIMIT ${param_idx}
""".format( # nosec B608 -- where clause is fixed fragments with $N placeholders; all values bound as query params
where_clause=where_clause, param_idx=param_idx
),
where_clause=where_clause, param_idx=param_idx
),
*params,
limit,
)
Expand Down