Squashed commit of the following:
commit a5400b92cc4d523589d7e3c98d866c56d950dd9f Author: Ruben Fiszel <ruben@windmill.dev> Date: Wed Apr 8 04:24:25 2026 +0000 fix
This commit is contained in:
@@ -598,7 +598,6 @@
|
||||
ws_error_handler_muted: script.ws_error_handler_muted,
|
||||
priority: script.priority,
|
||||
restart_unless_cancelled: script.restart_unless_cancelled,
|
||||
delete_after_use: script.delete_after_use,
|
||||
timeout: script.timeout,
|
||||
concurrency_key: emptyString(script.concurrency_key) ? undefined : script.concurrency_key,
|
||||
visible_to_runner_only: script.visible_to_runner_only,
|
||||
@@ -757,7 +756,6 @@
|
||||
ws_error_handler_muted: script.ws_error_handler_muted,
|
||||
priority: script.priority,
|
||||
restart_unless_cancelled: script.restart_unless_cancelled,
|
||||
delete_after_use: script.delete_after_use,
|
||||
timeout: script.timeout,
|
||||
concurrency_key: emptyString(script.concurrency_key)
|
||||
? undefined
|
||||
|
||||
Reference in New Issue
Block a user