Skip to content

Commit

Permalink
chore: upgraded countVCsInAllVPs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Nov 14, 2024
1 parent ac9c9ac commit dfda46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-op-auth/src/session/OpSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export class OpSession {
if (!PEX.allowMultipleVCsPerPresentation(uvp.verifiableCredential as Array<OriginalVerifiableCredential>)) {
return sum + 1
}
return 0
return sum
}, 0)
}
}
Expand Down

0 comments on commit dfda46a

Please sign in to comment.