Skip to content

Commit

Permalink
await prepare notification function
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Hale <[email protected]>
  • Loading branch information
jamshale committed Oct 21, 2024
1 parent 6dc0e8a commit 2fd6e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acapy_agent/revocation/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async def revoke_credential(
)

if notify:
self._prepare_revocation_notification(
await self._prepare_revocation_notification(
RevocationNotificationInfo(
rev_reg_id=rev_reg_id,
cred_rev_id=cred_rev_id,
Expand Down

0 comments on commit 2fd6e86

Please sign in to comment.