Skip to content

Commit

Permalink
fix: add ts-ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Stekelenburg <karim@animo.id>
  • Loading branch information
karimStekelenburg committed Jan 25, 2023
1 parent 2bc235b commit 26e3338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openid4vc-client/src/OpenId4VcClientService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export class OpenId4VcClientService {

const credentialResponse = await credentialRequestClient.acquireCredentialsUsingProof({
proofInput,
// @ts-ignore
credentialType: accessToken.scope,
format: 'ldp_vc', // Allows us to override the format
})
Expand Down

0 comments on commit 26e3338

Please sign in to comment.