chore: make dialyzer happy

This commit is contained in:
JianBo He 2024-01-12 17:17:19 +08:00
parent 81209e0ded
commit d2991dae03
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
start_link() ->
gen_server:start_link({local, ?MODULE}, ?MODULE, [], []).
-spec invite_async(atom()) -> ok | ignore | {badrpc, any()}.
-spec invite_async(atom()) -> ok | ignore | {error, {already_started, pid()}}.
invite_async(Node) ->
JoinTo = node(),
case Node =/= JoinTo of