fix model workflow_draft_variables duplicate app_id set.

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
pull/19949/head
zhanluxianshen 1 year ago
parent 276c02f341
commit dee3da8db8
No known key found for this signature in database
GPG Key ID: 0D2A455788E77ABC

@ -947,7 +947,6 @@ class WorkflowDraftVariable(Base):
variable.app_id = app_id
variable.node_id = node_id
variable.name = name
variable.app_id = app_id
variable.set_value(value)
variable._set_selector(list(variable_utils.to_selector(node_id, name)))
return variable

Loading…
Cancel
Save