Skip to content

Commit

Permalink
Ignore proxy argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Diaz committed Jan 11, 2025
1 parent f8db717 commit c8fea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-server/src/Servant/Server/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ instance

hoistServerWithContext _ = hoistServerWithContext (Proxy :: Proxy api)

route Proxy context (Delayed {..}) = route (Proxy :: Proxy api) context $
route _ context (Delayed {..}) = route (Proxy :: Proxy api) context $
let formatError =
headerParseErrorFormatter $ getContextEntry $ mkContextWithErrorFormatter context
rep = typeRep (Proxy :: Proxy Host)
Expand Down

0 comments on commit c8fea87

Please sign in to comment.