We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adc7c3 commit 61eee84Copy full SHA for 61eee84
tests/helpers.js
@@ -282,8 +282,8 @@ export function setupRow() {
282
}
283
284
export function getProofs(issuedVc) {
285
- // if the implementation failed to issue a VC or to sign the VC, return
286
- // an empty array
+ // if the implementation failed to issue a VC or to sign the VC,
+ // return an empty array
287
if(!issuedVc?.proof) {
288
return [];
289
0 commit comments