diff --git a/src/anoncreds/DidWebAnonCredsRegistry.ts b/src/anoncreds/DidWebAnonCredsRegistry.ts index 33bb062..29b2c08 100644 --- a/src/anoncreds/DidWebAnonCredsRegistry.ts +++ b/src/anoncreds/DidWebAnonCredsRegistry.ts @@ -147,7 +147,6 @@ export class DidWebAnonCredsRegistry implements AnonCredsRegistry { } } - try { const { response, resourceId } = await this.parseIdAndFetchResource(agentContext, credentialDefinitionId) if (response.status === 200) {