fix(emqx_auth_mysql_app): Dialyzer warnings

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

View File

@ -36,8 +36,8 @@
start(_StartType, _StartArgs) ->
{ok, Sup} = emqx_auth_mysql_sup:start_link(),
if_enabled(auth_query, fun load_auth_hook/1),
if_enabled(acl_query, fun load_acl_hook/1),
_ = if_enabled(auth_query, fun load_auth_hook/1),
_ = if_enabled(acl_query, fun load_acl_hook/1),
{ok, Sup}.