Skip to content

Commit

Permalink
Merge branch 'develop' into feature/IATAB2B-52
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 5, 2025
2 parents 97e6314 + 51804a3 commit 47129d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class VcIssuer<DIDDoc extends object> {
}
}
}
if (grants[PRE_AUTH_GRANT_LITERAL]?.tx_code && grants[PRE_AUTH_GRANT_LITERAL]?.tx_code?.length) {
if (grants[PRE_AUTH_GRANT_LITERAL]?.tx_code && !grants[PRE_AUTH_GRANT_LITERAL]?.tx_code?.length) {
grants[PRE_AUTH_GRANT_LITERAL].tx_code.length = 4
}

Expand Down

0 comments on commit 47129d3

Please sign in to comment.