Skip to content

chore: skip parameter resolution for dynamic params #17922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented May 19, 2025

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.

Future work

If we feel a validation layer in the server is still required, I will add an alternate wsbuilder path for parameters if using dynamic params.

Pass through the user input as is.
@Emyrk Emyrk self-assigned this May 19, 2025
@Emyrk Emyrk requested a review from aslilac May 19, 2025 17:53
@Emyrk Emyrk merged commit 358b641 into main May 19, 2025
36 checks passed
@Emyrk Emyrk deleted the stevenmasley/dynam_param_resolver branch May 19, 2025 21:15
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants