fix(dialyzer): fix dialyzer warning about unmatched value

This commit is contained in:
Thales Macedo Garitezi 2022-11-03 11:20:24 -03:00
parent 30a3ea3dc4
commit f0a5208f3c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ reload_components() ->
?INFO("reloading resource providers ..."),
emqx_rule_engine:load_providers(),
?INFO("loading plugins ..."),
load_plugins(),
_ = load_plugins(),
ok.
-endif.