Skip to content

Commit

Permalink
move pipelines facade scaffolding from into procedure facade factory …
Browse files Browse the repository at this point in the history
…method
  • Loading branch information
lassewesth committed May 27, 2024
1 parent 70e9b60 commit 16819e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,12 @@ public static GraphDataScienceProcedures create(
new WriteModeAlgorithmRunner(configurationCreator)
);

var pipelinesProcedureFacade = new PipelinesProcedureFacade(requestScopedDependencies.getUser());

return new GraphDataScienceProceduresBuilder(log)
.with(catalogProcedureFacade)
.with(centralityProcedureFacade)
.with(pipelinesProcedureFacade)
.build();
}

Expand Down

This file was deleted.

0 comments on commit 16819e8

Please sign in to comment.