fix(emqx_auth_http_app): Dialyzer warnings
This commit is contained in:
parent
18ae158f45
commit
db25660497
|
@ -36,8 +36,8 @@ start(_StartType, _StartArgs) ->
|
|||
ok ->
|
||||
{ok, PoolOpts} = application:get_env(?APP, pool_opts),
|
||||
{ok, Sup} = emqx_http_client_sup:start_link(?APP, ssl(inet(PoolOpts))),
|
||||
with_env(auth_req, fun load_auth_hook/1),
|
||||
with_env(acl_req, fun load_acl_hook/1),
|
||||
_ = with_env(auth_req, fun load_auth_hook/1),
|
||||
_ = with_env(acl_req, fun load_acl_hook/1),
|
||||
{ok, Sup};
|
||||
{error, Reason} ->
|
||||
{error, Reason}
|
||||
|
|
Loading…
Reference in New Issue