Skip to content

Commit

Permalink
chore: address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Sep 10, 2024
1 parent 1bc7bc1 commit 78414c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/evaluation/evaluationClientWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class EvaluationClientWrapper {
sr.count ? (srm.count = sr.count) : undefined;

if (sr.from) {
const matchingVcPaths = this.getMatchingVcPatchsForSubmissionRequirement(pd, sr, marked);
const matchingVcPaths = this.getMatchingVcPathsForSubmissionRequirement(pd, sr, marked);
srm.vc_path.push(...matchingVcPaths);
submissionRequirementMatches.push(srm);
} else if (sr.from_nested) {
Expand Down Expand Up @@ -323,7 +323,7 @@ export class EvaluationClientWrapper {
return this.removeDuplicateSubmissionRequirementMatches(submissionRequirementMatches);
}

private getMatchingVcPatchsForSubmissionRequirement(
private getMatchingVcPathsForSubmissionRequirement(
pd: IInternalPresentationDefinition,
sr: SubmissionRequirement,
marked: HandlerCheckResult[],
Expand Down

0 comments on commit 78414c0

Please sign in to comment.