From 83d1a278f796f11f2dbfd0a37b8e62e96cd29335 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:15:00 -0600 Subject: [PATCH] TEMP - For push to sandbox --- src/registrar/models/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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