From f6371b6ae9e5f28ccc6939786c14865131530212 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 11 Jan 2024 09:10:27 +0100 Subject: [PATCH] chore: missed to remove actual es-line line chore: missed to remove actual es-line line --- packages/issuer/lib/VcIssuer.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/issuer/lib/VcIssuer.ts b/packages/issuer/lib/VcIssuer.ts index 9d8da13b..411e6b0c 100644 --- a/packages/issuer/lib/VcIssuer.ts +++ b/packages/issuer/lib/VcIssuer.ts @@ -311,9 +311,7 @@ export class VcIssuer { if (CredentialMapper.isSdJwtDecodedCredentialPayload(credential) && (kid || jwk) && !credential.cnf) { if (kid) { credential.cnf = { - kid, - // eslint-disable-next-line @typescript-eslint/no-explicit-any - } as any + kid } else if (jwk) { credential.cnf = { jwk,