Skip to content

Commit

Permalink
fix(core): allow string for did document controller (#1644)
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 ed874ce
Showing 1 changed file with 1 addition 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

0 comments on commit ed874ce

Please sign in to comment.