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

Remove unused handling of null beatmaps #558

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Conversation

cmyui
Copy link
Member

@cmyui cmyui commented Feb 3, 2024

Describe your changes

Related Issues / Projects

Checklist

  • I've manually tested my code

@cmyui cmyui changed the title remove unused handling of null beatmaps Some clean-ups to score submission Feb 3, 2024
@cmyui cmyui changed the title Some clean-ups to score submission Remove unused handling of null beatmaps Feb 4, 2024
@@ -803,26 +803,19 @@ async def osuSubmitModularSelector(
# now we can calculate things based on our data.
score.acc = score.calculate_accuracy()

if score.bmap:
Copy link
Member Author

Choose a reason for hiding this comment

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

this is already checked on L697

@cmyui cmyui marked this pull request as ready for review February 4, 2024 06:18
@cmyui cmyui self-assigned this Feb 4, 2024
@cmyui cmyui force-pushed the score-submit-cleanup branch from 4ca327d to 773f35d Compare February 4, 2024 08:36
@cmyui
Copy link
Member Author

cmyui commented Feb 4, 2024

tested & working as expected on local

@cmyui cmyui enabled auto-merge (squash) February 4, 2024 08:37
@cmyui cmyui disabled auto-merge February 4, 2024 08:43
@cmyui cmyui merged commit d469c41 into master Feb 4, 2024
5 checks passed
@cmyui cmyui deleted the score-submit-cleanup branch February 4, 2024 08:44
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