Skip to content

Commit

Permalink
build: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Dec 16, 2024
1 parent a66ddd2 commit cb7bcbb
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 cb7bcbb

Please sign in to comment.