This commit is contained in:
zandercymatics 2024-01-09 14:22:50 -07:00
parent 05ebe98adb
commit 45e994ea05
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 4 additions and 3 deletions

View file

@ -92,7 +92,7 @@ def available(request, domain=""):
domain = request.GET.get("domain", "")
_, json_response = Domain.validate_and_handle_errors(
domain=domain,
domain=domain,
error_return_type=ValidationErrorReturnType.JSON_RESPONSE,
)
return json_response