Skip to content

Commit 9db2c63

Browse files
committed
chore: removed commented code
1 parent fd384c9 commit 9db2c63

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/client/lib/__tests__/IT.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,6 @@ describe('OIDVCI-Client for v1_0_13 should', () => {
442442
.withTokenFromResponse(accessTokenResponse.successBody!)
443443
.build();
444444

445-
//TS2322: Type '(args: ProofOfPossessionCallbackArgs) => Promise<string>'
446-
// is not assignable to type 'ProofOfPossessionCallback'.
447-
// Types of parameters 'args' and 'args' are incompatible.
448-
// Property 'kid' is missing in type '{ header: unknown; payload: unknown; }' but required in type 'ProofOfPossessionCallbackArgs'.
449445
const proof: ProofOfPossession = await ProofOfPossessionBuilder.fromJwt({
450446
jwt: jwtWithoutDid,
451447
callbacks: {

0 commit comments

Comments
 (0)