mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 00:46:50 +08:00
fix(trigger): reset inputs in TriggerEventNode to an empty dictionary
This commit is contained in:
parent
5af08edfda
commit
9cdb62da93
@ -78,7 +78,7 @@ class TriggerEventNode(Node):
|
||||
}
|
||||
return NodeRunResult(
|
||||
status=WorkflowNodeExecutionStatus.SUCCEEDED,
|
||||
inputs=inputs,
|
||||
inputs={},
|
||||
outputs=outputs,
|
||||
metadata=metadata,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user