Skip to content

Commit

Permalink
Update a comment so the build deploy will run
Browse files Browse the repository at this point in the history
  • Loading branch information
therealslimhsiehdy committed Dec 20, 2024
1 parent 1368b26 commit 6392679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_active_requests_count(self):
active_requests_count = self.domain_requests_created.filter(status__in=allowed_states).count()
return active_requests_count

# NOTE: If this is causing performance problems,
# If this is causing performance problems,
# convert the is expiring check to sum or count filter condition
def get_num_expiring_domains(self, request):
"""Return number of expiring domains"""
Expand Down

0 comments on commit 6392679

Please sign in to comment.