fix(emqx_psk_file_app): Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-11-20 15:16:38 +01:00 committed by Zaiming Shi
parent 7116a22fa5
commit 01fe9d3ee7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
start(_StartType, _StartArgs) ->
{ok, Sup} = emqx_psk_file_sup:start_link(),
emqx_psk_file:load(
_ = emqx_psk_file:load(
application:get_all_env(emqx_psk_file)),
{ok, Sup}.