Skip to content

Commit 4e86fca

Browse files
committed
chore: removed commented code
1 parent 5b1d576 commit 4e86fca

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
@@ -271,10 +271,6 @@ describe('OID4VCI-Client should', () => {
271271
.withTokenFromResponse(accessTokenResponse.successBody!)
272272
.build();
273273

274-
//TS2322: Type '(args: ProofOfPossessionCallbackArgs) => Promise<string>'
275-
// is not assignable to type 'ProofOfPossessionCallback'.
276-
// Types of parameters 'args' and 'args' are incompatible.
277-
// Property 'kid' is missing in type '{ header: unknown; payload: unknown; }' but required in type 'ProofOfPossessionCallbackArgs'.
278274
const proof: ProofOfPossession = await ProofOfPossessionBuilder.fromJwt({
279275
jwt: jwtDid,
280276
callbacks: {

0 commit comments

Comments
 (0)