From 1111d922db534daeb24ce695db0fc220040b94b9 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 26 Nov 2024 16:13:44 +0100 Subject: [PATCH] chore: type --- .../src/features/share/FunkeMdocOfflineSharingScreen.tsx | 1 + packages/agent/src/invitation/handler.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/easypid/src/features/share/FunkeMdocOfflineSharingScreen.tsx b/apps/easypid/src/features/share/FunkeMdocOfflineSharingScreen.tsx index 002b52ff..0c7a75d7 100644 --- a/apps/easypid/src/features/share/FunkeMdocOfflineSharingScreen.tsx +++ b/apps/easypid/src/features/share/FunkeMdocOfflineSharingScreen.tsx @@ -122,6 +122,7 @@ export function FunkeMdocOfflineSharingScreen({ hostName: undefined, logo: undefined, name: 'Unknown party', + verifiedEntityIds: undefined, }, }, status diff --git a/packages/agent/src/invitation/handler.ts b/packages/agent/src/invitation/handler.ts index 80de4671..c8c25861 100644 --- a/packages/agent/src/invitation/handler.ts +++ b/packages/agent/src/invitation/handler.ts @@ -498,7 +498,7 @@ export const getCredentialsForProofRequest = async ({ resolved.authorizationRequest.authorizationRequestPayload.client_metadata } - let verifiedEntityIds: Record = {} + let verifiedEntityIds: Record | undefined = undefined if (entityId) { const resolvedChains = await agent.modules.openId4VcHolder.resolveOpenIdFederationChains({ entityId: entityId ?? '',