Skip to content

Commit

Permalink
removed the extra converted_senior_official method
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Oct 31, 2024
1 parent 9229e8c commit 9d48f4a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/registrar/models/domain_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,10 +1401,3 @@ def converted_urbanization(self):
if self.portfolio:
return self.portfolio.urbanization
return self.urbanization

@property
def converted_senior_official(self):
if self.portfolio:
return self.portfolio.senior_official
else:
return self.senior_official

0 comments on commit 9d48f4a

Please sign in to comment.