Skip to content

Commit

Permalink
Merge branch 'fix-codec' of https://github.com/varshith257/zio-http i…
Browse files Browse the repository at this point in the history
…nto fix-codec
  • Loading branch information
varshith257 committed Jun 25, 2024
2 parents be0bb17 + 063ddf2 commit a95ae00
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 a95ae00

Please sign in to comment.