We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3453c3 commit 053dc83Copy full SHA for 053dc83
lib/hex/api/client.ex
@@ -9,10 +9,10 @@ defmodule Hex.API.Client do
9
http_user_agent_fragment: user_agent_fragment()
10
}
11
12
- config = maybe_put_api_key(config, opts)
13
- config = maybe_put_organization(config, opts)
14
- config = maybe_put_repository(config, opts)
15
config
+ |> maybe_put_api_key(opts)
+ |> maybe_put_organization(opts)
+ |> maybe_put_repository(opts)
16
end
17
18
defp maybe_put_api_key(config, opts) do
0 commit comments