Skip to content

Fix: Query param deepObject return without assign on !required #68

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

voro015
Copy link

@voro015 voro015 commented May 7, 2025

Updated BindQueryParameter to return error if query param was not provided but was set as required
Updated UnmarshalDeepObject to skip value assign if query param was not provided and not required

Fixes #67

@voro015 voro015 requested a review from a team as a code owner May 7, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query param with deepObject does not respect if param is required
1 participant