Skip to content

Commit

Permalink
api sample val never used
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 6, 2023
1 parent 0a2f0e4 commit 4660aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object ProducerApiSample {
// #multi-service

// RES push to combine with multiple other services
val pushHandler = EventProducerPushDestination.grpcServiceHandler(replication.eventProducerPushDestination.toSet)
val _ = EventProducerPushDestination.grpcServiceHandler(replication.eventProducerPushDestination.toSet)

val _ = Http(system).newServerAt(host, port).bind(handler)
}
Expand Down

0 comments on commit 4660aa8

Please sign in to comment.