Skip to content
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

Fix GoToEvent query param #363

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

Conversation

elio2t
Copy link

@elio2t elio2t commented Oct 23, 2024

Fixes #188

Not proud of as Record<string, string> but it's the best solution I found to keep ts happy even though URLSearchParams works fine with numbers 🤷:

Screenshot 2024-10-23 at 14 52 03

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.01%. Comparing base (16abe6a) to head (8641241).
Report is 31 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
+ Coverage   95.68%   97.01%   +1.33%     
==========================================
  Files          14       15       +1     
  Lines         950     1173     +223     
==========================================
+ Hits          909     1138     +229     
+ Misses         41       35       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

GoToEvent Class: url disregarded when query is present
1 participant