Skip to content

Commit 7ae0a78

Browse files
committed
initialize runtime_config with empty config
1 parent d81e1bd commit 7ae0a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polyphemus/lib/polyphemus/controllers/workflow_controller.rb

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def create
2626
Polyphemus::RuntimeConfig.create(
2727
config_id: config.config_id,
2828
run_interval: 0,
29+
config: {},
2930
created_at: Time.now,
3031
updated_at: Time.now
3132
)

0 commit comments

Comments
 (0)