Skip to content

Commit

Permalink
fix: Default Transformtion should be identity in EventProducerPushDes…
Browse files Browse the repository at this point in the history
…tination (#1075)

* that is what it is in scaladsl
  • Loading branch information
patriknw authored Nov 28, 2023
1 parent 3788277 commit b1d70fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object EventProducerPushDestination {
new EventProducerPushDestination(
Optional.empty(),
acceptedStreamId,
(_, _) => Transformation.empty,
(_, _) => Transformation.identity,
Optional.empty(),
Collections.emptyList(),
protobufDescriptors,
Expand Down

0 comments on commit b1d70fb

Please sign in to comment.