We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff23f8 commit 0176ce6Copy full SHA for 0176ce6
lib/phoenix/tracker/shard.ex
@@ -406,7 +406,7 @@ defmodule Phoenix.Tracker.Shard do
406
407
defp clock(state), do: State.clocks(state.presences)
408
409
- @spec clockset_to_sync(t) :: [State.replica_name]
+ @spec clockset_to_sync(t) :: [State.name]
410
defp clockset_to_sync(state) do
411
my_ref = Replica.ref(state.replica)
412
0 commit comments