From 925546b14a163d47ba1fe17bbc18a7484a5e1b72 Mon Sep 17 00:00:00 2001 From: sujitaw Date: Thu, 28 May 2026 16:37:37 +0530 Subject: [PATCH] fix/badge credential image missing error Signed-off-by: sujitaw --- src/controllers/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/types.ts b/src/controllers/types.ts index ce3b0a5a..c4d6410d 100644 --- a/src/controllers/types.ts +++ b/src/controllers/types.ts @@ -468,6 +468,7 @@ export type CustomW3cJsonLdSignCredentialOptions = Omit & { '@context': Array> credentialSubject: SingleOrArray + [key: string]: unknown } [key: string]: unknown }