Skip to content

Commit

Permalink
Apply text suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
PatStLouis and TallTed authored Nov 12, 2024
1 parent 6adc7c3 commit 61eee84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ export function setupRow() {
}

export function getProofs(issuedVc) {
// if the implementation failed to issue a VC or to sign the VC, return
// an empty array
// if the implementation failed to issue a VC or to sign the VC,
// return an empty array
if(!issuedVc?.proof) {
return [];
}
Expand Down

0 comments on commit 61eee84

Please sign in to comment.