mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 09:58:58 +08:00
fix: Fix session typo in workflow_trace method (#12031)
This commit is contained in:
parent
1c80941c69
commit
e0c24c0e99
@ -360,7 +360,7 @@ class TraceTask:
|
||||
raise ValueError("Workflow run not found")
|
||||
|
||||
db.session.merge(workflow_run)
|
||||
db.sessoin.refresh(workflow_run)
|
||||
db.session.refresh(workflow_run)
|
||||
|
||||
workflow_id = workflow_run.workflow_id
|
||||
tenant_id = workflow_run.tenant_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user