Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Feb 5, 2024
1 parent c5bfb26 commit 8e6c225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/routes/issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ async def clear_pending_revocations(
purge_response = await revocation_registry.clear_pending_revocations(
controller=aries_controller, purge=body.purge
)
purge_response = PublishRevocations(revocationRegistryCredentialMap=purge_response.rrid2crid)
purge_response = PublishRevocations(
revocationRegistryCredentialMap=purge_response.rrid2crid
)
bound_logger.info("Successfully cleared pending revocations.")
return purge_response

Expand Down

0 comments on commit 8e6c225

Please sign in to comment.