Skip to content

Commit

Permalink
chore: type
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Nov 26, 2024
1 parent 7c19153 commit 1111d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export function FunkeMdocOfflineSharingScreen({
hostName: undefined,
logo: undefined,
name: 'Unknown party',
verifiedEntityIds: undefined,
},
},
status
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/src/invitation/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export const getCredentialsForProofRequest = async ({
resolved.authorizationRequest.authorizationRequestPayload.client_metadata
}

let verifiedEntityIds: Record<string, boolean> = {}
let verifiedEntityIds: Record<string, boolean> | undefined = undefined
if (entityId) {
const resolvedChains = await agent.modules.openId4VcHolder.resolveOpenIdFederationChains({
entityId: entityId ?? '',
Expand Down

0 comments on commit 1111d92

Please sign in to comment.