Skip to content

Commit

Permalink
fix: make presentation proposal optional (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra committed Mar 5, 2021
1 parent 7b62574 commit 1c5bfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/modules/proofs/ProofsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ProofsModule {
*/
public async getRequestedCredentialsForProofRequest(
proofRequest: ProofRequest,
presentationProposal: PresentationPreview
presentationProposal?: PresentationPreview
) {
return this.proofService.getRequestedCredentialsForProofRequest(proofRequest, presentationProposal);
}
Expand Down

0 comments on commit 1c5bfbd

Please sign in to comment.