Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed May 9, 2024
1 parent a9ddc92 commit ea7d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/revocation_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def publish_pending_revocations(
) from e

if not result.txn or not result.txn.transaction_id:
raise CloudApiException(f"Failed to publish pending revocations.", 500)
raise CloudApiException("Failed to publish pending revocations.", 500)

endorse_transaction_id = result.txn.transaction_id
bound_logger.info(
Expand Down

0 comments on commit ea7d2dd

Please sign in to comment.