Skip to content

Fix: Correctly pass str values as query parameters#20

Merged
Martin005 merged 2 commits intomainfrom
fix-str-value
May 5, 2025
Merged

Fix: Correctly pass str values as query parameters#20
Martin005 merged 2 commits intomainfrom
fix-str-value

Conversation

@Martin005
Copy link
Owner

The .value attribute was being incorrectly accessed when passing str values as query parameters. This change removes the .value access and passes the str value directly, which is the expected behavior.

The `.value` attribute was being incorrectly accessed when passing enum values as query parameters. This change removes the `.value` access and passes the enum value directly, which is the expected behavior.
Copy link
Owner Author

@Martin005 Martin005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix these issues

@Martin005 Martin005 merged commit d3585f4 into main May 5, 2025
5 checks passed
@Martin005 Martin005 deleted the fix-str-value branch May 5, 2025 15:23
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.

1 participant