mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 10:00:46 -05:00
Refactor: centralize node data hydration (#27771)
This commit is contained in:
@@ -69,10 +69,6 @@ def init_code_node(code_config: dict):
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
)
|
||||
|
||||
# Initialize node data
|
||||
if "data" in code_config:
|
||||
node.init_node_data(code_config["data"])
|
||||
|
||||
return node
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user