mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Pass through the user input as is. The previous code only passed through parameters that existed in the db (static params). This would omit conditional params. Validation is enforced by the dynamic params websocket, so validation at this point is not required.