Skip to content

Commit e669909

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

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
@@ -335,10 +335,6 @@ describe('OID4VCI-Client should', () => {
335335
.withTokenFromResponse(accessTokenResponse.successBody!)
336336
.build();
337337

338-
//TS2322: Type '(args: ProofOfPossessionCallbackArgs) => Promise<string>'
339-
// is not assignable to type 'ProofOfPossessionCallback'.
340-
// Types of parameters 'args' and 'args' are incompatible.
341-
// Property 'kid' is missing in type '{ header: unknown; payload: unknown; }' but required in type 'ProofOfPossessionCallbackArgs'.
342338
const proof: ProofOfPossession = await ProofOfPossessionBuilder.fromJwt({
343339
jwt: jwtDid,
344340
callbacks: {

0 commit comments

Comments
 (0)