Skip to content

Commit

Permalink
Update EndpointClient.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Jun 25, 2024
1 parent bbbdc10 commit 3bd27fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import zio.http.endpoint._
private[endpoint] final case class EndpointClient[P, I, E, O, M <: EndpointMiddleware](
endpointRoot: URL,
endpoint: Endpoint[P, I, E, O, M],
codecMapping: Map[Int, Codec[Response, Throwable, E]]
) {
def execute(client: Client, invocation: Invocation[P, I, E, O, M])(
mi: invocation.middleware.In,
Expand Down

0 comments on commit 3bd27fd

Please sign in to comment.