Uncomment code

This commit is contained in:
sayali 2020-11-23 17:24:01 -08:00
parent 1207de8925
commit 563c754492
1 changed files with 2 additions and 2 deletions

View File

@ -1446,8 +1446,8 @@ class CertificateRevoke(AuthenticatedResource):
403,
)
# if not cert.external_id:
# return dict(message="Cannot revoke certificate. No external id found."), 400
if not cert.external_id:
return dict(message="Cannot revoke certificate. No external id found."), 400
if cert.endpoints:
for endpoint in cert.endpoints: