Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnonni committed Jul 10, 2024
1 parent 3cd3d0f commit 348ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/hd-identity-vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export class HdIdentityVault implements IdentityVault<{ InitializeResult: string
]

const didDhtCreateOptions =
!dwnEndpoints || !!dwnEndpoints.length
!dwnEndpoints || !dwnEndpoints.length
? { verificationMethods }
: {
verificationMethods,
Expand Down

0 comments on commit 348ee12

Please sign in to comment.