Skip to content

Commit

Permalink
Remove note
Browse files Browse the repository at this point in the history
Remove note
  • Loading branch information
nklomp authored Jan 11, 2024
1 parent 510a4e8 commit 34f3883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ export class VcIssuer<DIDDoc extends object> {
// 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
Expand Down

0 comments on commit 34f3883

Please sign in to comment.