mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Typo
This commit is contained in:
parent
b392804467
commit
e6141e5329
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue