diff --git a/src/registrar/models/domain.py b/src/registrar/models/domain.py index 339c5e765..70e186b82 100644 --- a/src/registrar/models/domain.py +++ b/src/registrar/models/domain.py @@ -656,7 +656,7 @@ class Domain(TimeStampedModel, DomainHelper): # Q: I don't like this function name much, # what would be better here? - # Note for reviewers: + # Q2: # This can likely be done without passing in # contact_id and contact_type and instead embedding it inside of # contact, but the tradeoff for that is that it unnecessarily complicates using this