Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlh committed Jan 21, 2024
1 parent f5db629 commit 6de06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/adapters/kafka/ProducerImpl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ProducerImpl(
System.exit(-5)
}

return IO.raiseError(e)
IO.raiseError(e)
})

override def healthy(): IO[Boolean] = {
Expand Down

0 comments on commit 6de06d2

Please sign in to comment.