Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Feb 5, 2024
1 parent f10c8d2 commit 5e5635d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package io.velocitycareerlabs.api.entities

class VCLPresentationSubmission(
presentationRequest: VCLPresentationRequest,
verifiableCredentials: List<VCLVerifiableCredential>,
verifiableCredentials: List<VCLVerifiableCredential>
) : VCLSubmission(
submitUri = presentationRequest.submitPresentationUri,
exchangeId = presentationRequest.exchangeId,
Expand Down

0 comments on commit 5e5635d

Please sign in to comment.