Skip to content

Commit

Permalink
build: fix compilation (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Dec 17, 2024
1 parent a66ddd2 commit e23ce9e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public class LocalDidPublisherExtension implements ServiceExtension {
.contextAlias(IdentityHubApiContext.IH_DID)
.defaultPath(DEFAULT_DID_PATH)
.defaultPort(DEFAULT_DID_PORT)
.useDefaultContext(false)
.name("DID:WEB Endpoint API")
.build();
@Inject
private DidDocumentPublisherRegistry registry;
Expand Down

0 comments on commit e23ce9e

Please sign in to comment.