Skip to content

Commit

Permalink
Remove unnecessary key from connection state
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Jun 23, 2024
1 parent f8b4160 commit 4021475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/db_connection/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ defmodule DBConnection.Connection do
tag: tag,
timer: nil,
backoff: Backoff.new(opts),
connection_listeners: connection_listeners,
after_connect: Keyword.get(opts, :after_connect),
after_connect_timeout: Keyword.get(opts, :after_connect_timeout, @timeout)
}
Expand Down

0 comments on commit 4021475

Please sign in to comment.