From 34f38837b935bfe12d9fd025d10bd448307db791 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 11 Jan 2024 09:08:41 +0100 Subject: [PATCH] Remove note Remove note --- packages/issuer/lib/VcIssuer.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/issuer/lib/VcIssuer.ts b/packages/issuer/lib/VcIssuer.ts index de1013ef..9d8da13b 100644 --- a/packages/issuer/lib/VcIssuer.ts +++ b/packages/issuer/lib/VcIssuer.ts @@ -310,8 +310,6 @@ export class VcIssuer { // Bind credential to the provided proof of possession if (CredentialMapper.isSdJwtDecodedCredentialPayload(credential) && (kid || jwk) && !credential.cnf) { if (kid) { - // NOTE: any can be removed once this PR is released: - // https://github.com/Sphereon-Opensource/SSI-SDK/pull/150 credential.cnf = { kid, // eslint-disable-next-line @typescript-eslint/no-explicit-any