mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-25 05:39:57 +02:00
Update domain.py
This commit is contained in:
parent
aad0aa676e
commit
7643a63d97
1 changed files with 0 additions and 1 deletions
|
@ -823,7 +823,6 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
and "contact" in contact.keys()
|
and "contact" in contact.keys()
|
||||||
and contact["type"] == check_type
|
and contact["type"] == check_type
|
||||||
):
|
):
|
||||||
##TODO - Test / Finish this implementation
|
|
||||||
if(get_from_registry):
|
if(get_from_registry):
|
||||||
request = commands.InfoContact(id=contact.get("contact"))
|
request = commands.InfoContact(id=contact.get("contact"))
|
||||||
# TODO - Additional error checking
|
# TODO - Additional error checking
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue