Skip to content

Commit

Permalink
fix: wrong property being passed
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jul 11, 2023
1 parent 80fe749 commit c08943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gx-agent-cli/lib/ecosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ so.command('submit')
{
types: getVcType(soVC),
issuer: soVC.issuer,
subject: getVcSubjectIdAsString(soVC.verifiableCredential),
subject: getVcSubjectIdAsString(soVC),
'issuance-date': soVC.issuanceDate,
id: uniqueSoVC.hash,
persisted: true,
Expand Down

0 comments on commit c08943d

Please sign in to comment.