mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Change context order
This commit is contained in:
parent
7578534f59
commit
104f94da07
2 changed files with 3 additions and 3 deletions
|
@ -1779,8 +1779,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
self._update_hosts_and_contacts(cleaned, fetch_hosts, fetch_contacts)
|
||||
|
||||
if self.state == self.State.UNKNOWN:
|
||||
# self._fix_unknown_state(cleaned)
|
||||
pass
|
||||
self._fix_unknown_state(cleaned)
|
||||
if fetch_hosts:
|
||||
self._update_hosts_and_ips_in_db(cleaned)
|
||||
if fetch_contacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue