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 counting per-mode open issues #2679

Merged
merged 2 commits into from
Mar 15, 2018
Merged

Conversation

nanaya
Copy link
Collaborator

@nanaya nanaya commented Mar 12, 2018

Fixes #2671.

if !d.beatmap_id? || !@beatmaps()[d.beatmap_id]?.deleted_at?
beatmap = @beatmaps()[d.beatmap_id]

if !d.beatmap_id? || (beatmap? && !beatmap.deleted_at?)

This comment was marked as off-topic.

This comment was marked as off-topic.

@notbakaneko notbakaneko merged commit 695bc34 into ppy:master Mar 15, 2018
@nanaya nanaya deleted the open_issues_counter branch March 29, 2018 12:24
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.

3 participants