Skip to content

Commit

Permalink
fix(snapshot): disable reproducers
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Jan 10, 2025
1 parent 4e4c879 commit 09edc32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void RegisterProjectionSetup(ContainerBuilder builder)
.RegisterModule(new ProjectorModule(_configuration));

RegisterProjections(builder);
RegisterReproducers();
//RegisterReproducers();
}

private void RegisterProjections(ContainerBuilder builder)
Expand Down

0 comments on commit 09edc32

Please sign in to comment.