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

Avoid 500 when adding player to an event that is already entered but has no deck #858

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

bakert
Copy link
Member

@bakert bakert commented Nov 26, 2024

There's no reason to 500 here and in fact this is a regression. This method
used to look for num_rows > 0 rather than requiring an entry for deck. I just
messed it up when cutting it across to new db style.

…has no deck

There's no reason to 500 here and in fact this is a regression. This method
used to look for num_rows > 0 rather than requiring an entry for deck. I just
messed it up when cutting it across to new db style.
@bakert bakert merged commit 94cfa6b into dev Nov 27, 2024
4 checks passed
@bakert bakert deleted the duplicate-entry branch November 27, 2024 05:28
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