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 dashboard link unique bug #487

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

evroon
Copy link
Owner

@evroon evroon commented Feb 17, 2024

The frontend will send "dashboard_link": "" (empty string) but it should be converted to None instead. Otherwise tournaments quickly have non-unique endpoints.

@evroon evroon self-assigned this Feb 17, 2024
Copy link

vercel bot commented Feb 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
bracket ⬜️ Ignored (Inspect) Feb 17, 2024 6:39pm

Copy link

codecov bot commented Feb 17, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (6899980) 92.22% compared to head (87666a5) 92.15%.

Files Patch % Lines
backend/bracket/utils/pydantic.py 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
- Coverage   92.22%   92.15%   -0.07%     
==========================================
  Files         103      104       +1     
  Lines        3471     3479       +8     
==========================================
+ Hits         3201     3206       +5     
- Misses        270      273       +3     

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

@evroon evroon merged commit 41c664e into master Feb 17, 2024
6 checks passed
@evroon evroon deleted the fix-dashboard-link-unique-bug branch February 17, 2024 18:40
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