Skip to content

Commit

Permalink
fix(core): allow string for did document controller (openwallet-found…
Browse files Browse the repository at this point in the history
…ation#1644)

Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
berendsliedrecht authored and genaris committed Dec 4, 2023
1 parent fc023cd commit 052cebe
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 052cebe

Please sign in to comment.