Merge pull request #649 from SuanmoSuanyangTechnology/fix/features_028

fix(app)
This commit is contained in:
Mark
2026-03-20 15:41:00 +08:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ class WorkflowConfigRepository:
edges=edges,
variables=variables or [],
execution_config=execution_config or {},
feaeatures=features or {},
features=features or {},
triggers=triggers or []
)
self.db.add(config)