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

View file

@ -372,7 +372,7 @@ class Command(BaseCommand):
c.email = email
c.phone = phone
c.save()
contact = c.first()
contact = contacts.first()
return contact
def create_new_domain_info(