Skip to content

Commit

Permalink
Remove "published" from VC record creation
Browse files Browse the repository at this point in the history
- The assignment was to
  • Loading branch information
sondreb committed Nov 4, 2024
1 parent 7c54a80 commit b2bf152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/app/apps/app/kcc/kcc.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ export class KnownCustomerCredentialComponent {
protocolPath: 'credential',
protocolRole: 'issuer',
schema: 'https://vc-to-dwn.tbddev.org/vc-protocol/schema/credential',
dataFormat: credential.format,
published: true,
dataFormat: 'application/vc+jwt',
// published: true,
},
});

Expand Down

0 comments on commit b2bf152

Please sign in to comment.