fix: transform

This commit is contained in:
Yeuoly 2024-03-09 15:51:02 +08:00 committed by takatost
parent 37cdee5101
commit 80b4db08dc
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ class CodeNode(BaseNode):
value=result[output_name],
variable=f'{prefix}.{output_name}' if prefix else output_name
)
transformed_result[output_name] = result[output_name]
elif output_config.type == 'string':
# check if string available
transformed_result[output_name] = self._check_string(