Skip to content

Commit

Permalink
Remove tagless
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vovk committed Aug 27, 2024
1 parent 4e95c24 commit 0461cc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case class ElasticClient(client: HttpClient) extends AutoCloseable {
}
}

private def authenticate[F[_]](request: ElasticRequest, authentication: Authentication): ElasticRequest = {
private def authenticate(request: ElasticRequest, authentication: Authentication): ElasticRequest = {
authentication match {
case Authentication.UsernamePassword(username, password) =>
request.addHeader(
Expand Down

0 comments on commit 0461cc4

Please sign in to comment.