mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Update transfer_transition_domains_to_domains.py
This commit is contained in:
parent
f0847abd05
commit
b392804467
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class Command(BaseCommand):
|
|||
contact.save()
|
||||
else:
|
||||
logger.warning(f"Duplicate contact found {contact}. Updating all relevant entries.")
|
||||
for c in contact:
|
||||
for c in contacts:
|
||||
c.first_name = first_name
|
||||
c.middle_name = middle_name
|
||||
c.last_name = last_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue