Skip to content

Commit

Permalink
chore: removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Jun 25, 2024
1 parent 5b1d576 commit 4e86fca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/client/lib/__tests__/IT.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ describe('OID4VCI-Client should', () => {
.withTokenFromResponse(accessTokenResponse.successBody!)
.build();

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

0 comments on commit 4e86fca

Please sign in to comment.