Skip to content

Commit

Permalink
Fix typo (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga authored Nov 9, 2024
1 parent 8a2b362 commit 9eee621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@ defmodule Postgrex.Protocol do
disconnect(s, :tcp, "async_recv", reason, :active_once)
after
timeout ->
disconnect(s, :tcp, "async_recv", :timeout, :active_one)
disconnect(s, :tcp, "async_recv", :timeout, :active_once)
end
end

Expand Down

0 comments on commit 9eee621

Please sign in to comment.