chore(api): fix incorrect assertion message

This commit is contained in:
QuantumGhost 2025-09-17 23:48:45 +08:00
parent 1a3ac6fc68
commit 495562e313
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class SQLAlchemyWorkflowNodeExecutionRepository(WorkflowNodeExecutionRepository)
return None
value_json = _deterministic_json_dump(json_encodable_value)
assert value_json is not None, "value_json should be None here."
assert value_json is not None, "value_json should be not None here."
suffix = type_.value
upload_file = self._file_service.upload_file(