Skip to content

Commit

Permalink
fix: getFederationTrust fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Nov 25, 2024
1 parent 7d10b97 commit 2c02455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oid4vci-holder/src/agent/OID4VCIHolder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ export class OID4VCIHolder implements IAgentPlugin {
identifier: entityIdentifier,
})

return Object.keys(result.trustedAnchors)
return result.trustedAnchors
}

private async oid4vciHolderGetIssuerMetadata(args: GetIssuerMetadataArgs, context: RequiredContext): Promise<EndpointMetadataResult> {
Expand Down

0 comments on commit 2c02455

Please sign in to comment.