mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 23:44:13 +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.email = email
|
||||||
c.phone = phone
|
c.phone = phone
|
||||||
c.save()
|
c.save()
|
||||||
contact = c.first()
|
contact = contacts.first()
|
||||||
return contact
|
return contact
|
||||||
|
|
||||||
def create_new_domain_info(
|
def create_new_domain_info(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue