Skip to content

Commit

Permalink
Update lib/phoenix/tracker.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
nathanl and josevalim authored Sep 27, 2024
1 parent 6df3b69 commit 8c58031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/tracker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ defmodule Phoenix.Tracker do
shards ++ [
%{
id: :shutdown_handler,
start: {Phoenix.Tracker.ShutdownHandler, :start_link, [[tracker: tracker]]}
start: {Phoenix.Tracker.ShutdownHandler, :start_link, [tracker]}
}
]
else
Expand Down

0 comments on commit 8c58031

Please sign in to comment.