Skip to content

Commit

Permalink
lib/client: remove no-op statement (#3240)
Browse files Browse the repository at this point in the history
This looks like it was a refactoring of

  var connectionTimeoutHandle;

Co-authored-by: alxndrsn <alxndrsn>
  • Loading branch information
alxndrsn authored Jun 5, 2024
1 parent d1548d6 commit d650741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pg/lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class Client extends EventEmitter {
}
this._connecting = true

this.connectionTimeoutHandle
if (this._connectionTimeoutMillis > 0) {
this.connectionTimeoutHandle = setTimeout(() => {
con._ending = true
Expand Down

0 comments on commit d650741

Please sign in to comment.