mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
358b64154e
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.