Skip to content

Commit 1e29f43

Browse files
committed
fix
1 parent ada7908 commit 1e29f43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbit/src/rabbit_presence.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ handle_cast(_Request, State) ->
6767

6868
handle_info(beat, #?MODULE{tbl = _Tbl,
6969
nodes = Nodes} = State) ->
70-
pg:get_members(_),
7170
_ = erlang:send_after(?INTERVAL, self(), beat),
7271
_ = beat_all(Nodes),
7372
{noreply, State};

0 commit comments

Comments
 (0)