Uncomment code
This commit is contained in:
parent
1207de8925
commit
563c754492
@ -1446,8 +1446,8 @@ class CertificateRevoke(AuthenticatedResource):
|
|||||||
403,
|
403,
|
||||||
)
|
)
|
||||||
|
|
||||||
# if not cert.external_id:
|
if not cert.external_id:
|
||||||
# return dict(message="Cannot revoke certificate. No external id found."), 400
|
return dict(message="Cannot revoke certificate. No external id found."), 400
|
||||||
|
|
||||||
if cert.endpoints:
|
if cert.endpoints:
|
||||||
for endpoint in cert.endpoints:
|
for endpoint in cert.endpoints:
|
||||||
|
Loading…
Reference in New Issue
Block a user