fix(emqx_psk_file_app): Dialyzer warnings
This commit is contained in:
parent
7116a22fa5
commit
01fe9d3ee7
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
start(_StartType, _StartArgs) ->
|
start(_StartType, _StartArgs) ->
|
||||||
{ok, Sup} = emqx_psk_file_sup:start_link(),
|
{ok, Sup} = emqx_psk_file_sup:start_link(),
|
||||||
emqx_psk_file:load(
|
_ = emqx_psk_file:load(
|
||||||
application:get_all_env(emqx_psk_file)),
|
application:get_all_env(emqx_psk_file)),
|
||||||
{ok, Sup}.
|
{ok, Sup}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue