From 2fd6e86418dfe1497b6449a52f3a89228bf6cdfe Mon Sep 17 00:00:00 2001 From: Jamie Hale Date: Mon, 21 Oct 2024 18:17:21 +0000 Subject: [PATCH] await prepare notification function Signed-off-by: Jamie Hale --- acapy_agent/revocation/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acapy_agent/revocation/manager.py b/acapy_agent/revocation/manager.py index 1fa0cdd306..b97731b369 100644 --- a/acapy_agent/revocation/manager.py +++ b/acapy_agent/revocation/manager.py @@ -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,