You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Correctly pass str values as query parameters (#20)
* Fix: Correctly pass enum values as query parameters
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.
* Apply suggestions from code review
0 commit comments