We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c858d commit 4ee11a6Copy full SHA for 4ee11a6
1 file changed
flow-engine-starter-infra/src/main/java/com/codingapi/flow/infra/AutoConfiguration.java
@@ -34,7 +34,7 @@ public WorkflowRepository workflowRepository(WorkflowEntityRepository workflowEn
34
}
35
36
@Bean
37
- public WorkflowRuntimeRepository workflowBackupRepository(WorkflowRuntimeEntityRepository workflowRuntimeEntityRepository){
+ public WorkflowRuntimeRepository workflowRuntimeRepository(WorkflowRuntimeEntityRepository workflowRuntimeEntityRepository){
38
return new WorkflowRuntimeRepositoryImpl(workflowRuntimeEntityRepository);
39
40
0 commit comments