Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/remote-server/src/web-did-doc-router.ts
  • Loading branch information
mirceanis committed May 30, 2022
2 parents 6f53564 + 782f64a commit b9ad655
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/remote-server/src/web-did-doc-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ export const WebDidDocRouter = (options: WebDidDocRouterOptions): Router => {
authentication: signingKeyIds,
assertionMethod: signingKeyIds,
keyAgreement: keyAgreementKeyIds,
service:
typeof options?.services === 'undefined'
? identifier.services
: [...options.services, ...identifier.services],
service: [...(options?.services || []), ...(identifier?.services || [])],
}

return didDoc
Expand Down

0 comments on commit b9ad655

Please sign in to comment.