Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Apr 2, 2024
1 parent 11d93af commit 894f770
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/uplink/packages/distribution.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ defmodule Uplink.Packages.Distribution do
["#{conn.scheme}://", "#{node_host_name}:#{port}", conn.request_path]
|> Path.join()

client = Tesla.client([Tesla.Middleware.Logger], Tesla.Adapter.Mint)

reverse_proxy_options = ReverseProxyPlug.init(upstream: upstream)

conn
Expand Down

0 comments on commit 894f770

Please sign in to comment.