Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Jan 6, 2025
1 parent 31d7671 commit 29962fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keep/api/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,6 @@ def update_user_role(tenant_id, username, role):


async def save_workflow_results(tenant_id, workflow_execution_id, workflow_results):
logging.info(f"Saving workflow results for {workflow_execution_id}, {workflow_results}")
async with AsyncSession(engine_async) as session:
await session.exec(
update(WorkflowExecution)
Expand Down

0 comments on commit 29962fc

Please sign in to comment.