mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
cc6766e64a
Still not applying at the dynamic parameters websocket. The wsbuilder is the source of truth for previous values, so this is the most accurate and still will fail in the synchronous api call to build a workspace. This mirrors how we handle immutable params. Closes https://github.com/coder/coder/issues/19064