fix(emqx_auth_redis_app): Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-11-20 13:45:35 +01:00 committed by Zaiming Shi
parent 0e24e59366
commit b5e0386c98
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
start(_StartType, _StartArgs) ->
{ok, Sup} = emqx_auth_redis_sup:start_link(),
if_cmd_enabled(auth_cmd, fun load_auth_hook/1),
if_cmd_enabled(acl_cmd, fun load_acl_hook/1),
_ = if_cmd_enabled(auth_cmd, fun load_auth_hook/1),
_ = if_cmd_enabled(acl_cmd, fun load_acl_hook/1),
{ok, Sup}.
stop(_State) ->