chore(psk): fix dialyzer
This commit is contained in:
parent
d391690505
commit
98ecafcceb
|
@ -106,13 +106,13 @@ stop() ->
|
|||
%%--------------------------------------------------------------------
|
||||
|
||||
init(_Opts) ->
|
||||
case get_config(enable) of
|
||||
_ = case get_config(enable) of
|
||||
true -> load();
|
||||
false -> ok
|
||||
end,
|
||||
case get_config(init_file) of
|
||||
_ = case get_config(init_file) of
|
||||
undefined -> ok;
|
||||
BootFile -> import_psks(BootFile)
|
||||
InitFile -> import_psks(InitFile)
|
||||
end,
|
||||
{ok, #{}}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue