From 2f3d0e048dccbd4574d2be41bad2e53aef1c9838 Mon Sep 17 00:00:00 2001 From: Andres Vallecilla Date: Wed, 18 Dec 2024 17:51:58 -0500 Subject: [PATCH] fix: add get revocationDefinition --- .../src/controllers/credentials/CredentialTypeController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/controllers/credentials/CredentialTypeController.ts b/packages/main/src/controllers/credentials/CredentialTypeController.ts index 4f5b2c9..d6404af 100644 --- a/packages/main/src/controllers/credentials/CredentialTypeController.ts +++ b/packages/main/src/controllers/credentials/CredentialTypeController.ts @@ -513,6 +513,6 @@ export class CredentialTypesController { item => item.revocationRegistryDefinitionId, ) - return revocationRegistryDefinitionIds + return revocationRegistryDefinitionIds } }