fix: Validates session factory type in repository (#18497)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
-LAN-
2025-04-22 17:04:06 +09:00
committed by GitHub
parent 21412a8c55
commit 6b7dfee88b
3 changed files with 7 additions and 3 deletions

View File

@ -133,7 +133,7 @@ class WorkflowRunService:
params={
"tenant_id": app_model.tenant_id,
"app_id": app_model.id,
"session_factory": db.session.get_bind,
"session_factory": db.session.get_bind(),
}
)