mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Remove accidental return True
This commit is contained in:
parent
7013766d39
commit
09b4e7487b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def check_domain_available(domain):
|
|||
given domain doesn't end with .gov, ".gov" is added when looking for
|
||||
a match. If check fails, throws a RegistryError.
|
||||
"""
|
||||
return True
|
||||
|
||||
Domain = apps.get_model("registrar.Domain")
|
||||
|
||||
if domain.endswith(".gov"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue