fix(emqx_relup): dialyzer

This commit is contained in:
Zaiming (Stone) Shi 2022-11-03 19:42:09 +01:00
parent 219b2b6dc0
commit 3667a35844
1 changed files with 1 additions and 1 deletions

View File

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