fix(api): fix creating draft conversation variable

Creating a draft converstaion variable does not require a
`node_execution_id`.
pull/20699/head
QuantumGhost 12 months ago
parent 11b1077c8a
commit 91ee015114

@ -517,7 +517,6 @@ class DraftVariableSaver:
WorkflowDraftVariable.new_conversation_variable( WorkflowDraftVariable.new_conversation_variable(
app_id=self._app_id, app_id=self._app_id,
name=item.name, name=item.name,
node_execution_id=self._node_execution_id,
value=segment, value=segment,
) )
) )

Loading…
Cancel
Save