mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-03 19:17:42 +02:00
Update src/registrar/models/domain_application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
55f84f6d26
commit
7ad8297de1
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ class DomainApplication(TimeStampedModel):
|
||||||
self.approved_domain = None
|
self.approved_domain = None
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.error(err)
|
logger.error(err)
|
||||||
logger.error("Can't querry an approved domain while attempting a DA reject()")
|
logger.error("Can't query an approved domain while attempting a DA reject()")
|
||||||
|
|
||||||
self._send_status_update_email(
|
self._send_status_update_email(
|
||||||
"action needed",
|
"action needed",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue