Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <[email protected]>
  • Loading branch information
gmulhearn authored and gmulhearn-anonyome committed Dec 5, 2024
1 parent 9d934af commit 02b9e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export class AnonCredsCredentialFormatService implements CredentialFormatService
// if the proposal has an attachment Id use that, otherwise the generated id of the formats object
const format = new CredentialFormatSpec({
attachmentId: attachmentId,
format: ANONCREDS_CREDENTIAL,
format: ANONCREDS_CREDENTIAL_OFFER,
})

const offer = await anonCredsIssuerService.createCredentialOffer(agentContext, {
Expand Down

0 comments on commit 02b9e1d

Please sign in to comment.