Skip to content

Commit

Permalink
remove unused appuser.get_personal_org
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Sep 2, 2024
1 parent b0096c6 commit 646523b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app_users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ def first_name_possesive(self) -> str:
else:
return name + "'s"

def get_personal_org(self) -> "Org | None":
return self.orgs.filter(is_personal=True).first()

@db_middleware
@transaction.atomic
def add_balance(
Expand Down

0 comments on commit 646523b

Please sign in to comment.