Skip to content

Commit

Permalink
Remove default authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vovk committed Sep 27, 2024
1 parent 3aeab63 commit f48515c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Http4sClient {
def usingIO(
client: http4s.client.Client[IO],
endpoint: ElasticNodeEndpoint,
authentication: Authentication = Authentication.NoAuth
authentication: Authentication
)(implicit runtime: IORuntime): Http4sClient[IO] = {
val ioRunner = new CallbackRunner[IO] {
override def run[A](fa: IO[A], cb: Either[Throwable, A] => Unit): Unit = fa.unsafeRunAsync(cb)
Expand Down

0 comments on commit f48515c

Please sign in to comment.