Skip to content

Commit

Permalink
fix: Anoncreds Offer Attachment Type (#2124)
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <[email protected]>
  • Loading branch information
gmulhearn authored Dec 5, 2024
1 parent 9d934af commit 49abaf6
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 49abaf6

Please sign in to comment.