Skip to content

Commit

Permalink
feat: fix: some nits
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin committed Oct 8, 2024
1 parent f9e35ab commit a055c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/agent/AgentModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function getDefaultAgentModules() {
pex: () => new DifPresentationExchangeModule(),
sdJwtVc: () => new SdJwtVcModule(),
x509: () => new X509Module(),
mod: () => new MdocModule(),
mdoc: () => new MdocModule(),
} as const
}

Expand Down

0 comments on commit a055c94

Please sign in to comment.