Update transfer_transition_domains_to_domains.py

This commit is contained in:
zandercymatics 2023-11-14 15:13:01 -07:00
parent f0847abd05
commit b392804467
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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