Skip to content

Commit

Permalink
Fix deletion of rank promotions and new promotions (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdeluna authored Feb 13, 2025
1 parent 33a7fe9 commit aea4499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lego/apps/achievements/promotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_top_rank_users() -> dict:
identifier=rank_data["identifier"],
level=rank_data["level"],
user=user,
).delete()
).delete(force=True)


def check_meeting_hidden(owner: User, user: User, meeting: Meeting):
Expand Down

0 comments on commit aea4499

Please sign in to comment.