PromucFlow_constructor/app
Shrikant Sharat Kandula 842ac10316
chore: Use RequiredArgsConstructor when possible (#34280)
This class injects `mongoOperations`, which isn't available on Postgres,
so there we inject `entityManager`. So when constructor params change in
this class, we get an unnecessary conflict. Using
`@RequiredArgsConstructor` makes this conflict go away.

And a minor case-fix in a log message.
2024-06-17 12:33:12 +00:00
..
client chore: removing branch protection trigger from git connect flow (#34118) 2024-06-17 10:56:52 +05:30
server chore: Use RequiredArgsConstructor when possible (#34280) 2024-06-17 12:33:12 +00:00
util