Update src/registrar/models/domain_application.py

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
rachidatecs 2023-12-21 14:33:05 -05:00 committed by GitHub
parent 7ad8297de1
commit 40157d5745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -774,7 +774,7 @@ class DomainApplication(TimeStampedModel):
self.approved_domain = None
except Exception as err:
logger.error(err)
logger.error("Can't querry an approved domain while attempting a DA reject_with_prejudice()")
logger.error("Can't query an approved domain while attempting a DA reject_with_prejudice()")
self.creator.restrict_user()