Skip to content

Commit

Permalink
rename didComm to didcomm in client (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Co-authored-by: Ilias Elbarnoussi <[email protected]>
  • Loading branch information
IliasElbarnoussi and IliasElbarnoussi committed Jun 26, 2024
1 parent 428e4d1 commit 2ef2d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class Paradym {
verification: typeof OpenId4VcVerificationService
}

didComm: {
didcomm: {
issuance: typeof DidCommIssuanceService
verification: typeof DidCommVerificationService
messaging: typeof DidCommMessagingService
Expand Down Expand Up @@ -71,7 +71,7 @@ export default class Paradym {
verification: OpenId4VcVerificationService,
}

this.didComm = {
this.didcomm = {
issuance: DidCommIssuanceService,
verification: DidCommVerificationService,
messaging: DidCommMessagingService,
Expand Down

0 comments on commit 2ef2d44

Please sign in to comment.