Chore: correct inconsistent logging and typo (#25945)

This commit is contained in:
Yongtao Huang
2025-09-19 10:36:16 +08:00
committed by GitHub
parent b2d8a7eaf1
commit b3dafd913b
4 changed files with 12 additions and 14 deletions

View File

@@ -417,12 +417,10 @@ class SQLAlchemyWorkflowNodeExecutionRepository(WorkflowNodeExecutionRepository)
if db_model is not None:
offload_data = db_model.offload_data
else:
db_model = self._to_db_model(domain_model)
offload_data = []
offload_data = db_model.offload_data
offload_data = db_model.offload_data
if domain_model.inputs is not None:
result = self._truncate_and_upload(
domain_model.inputs,