Skip to content

Commit

Permalink
fix(core): allow string for did document controller
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
  • Loading branch information
berendsliedrecht committed Nov 21, 2023
1 parent a641a96 commit 92c740e
Show file tree
Hide file tree
Showing 3 changed files with 14,462 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modules/dids/domain/DidDocument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface DidDocumentOptions {
context?: string | string[]
id: string
alsoKnownAs?: string[]
controller?: string[]
controller?: string | string[]
verificationMethod?: VerificationMethod[]
service?: DidDocumentService[]
authentication?: Array<string | VerificationMethod>
Expand Down
Loading

0 comments on commit 92c740e

Please sign in to comment.