mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
lib/client: remove no-op statement (#3240)
This looks like it was a refactoring of var connectionTimeoutHandle; Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
d1548d6e77
commit
d650741eea
@ -99,7 +99,6 @@ class Client extends EventEmitter {
|
||||
}
|
||||
this._connecting = true
|
||||
|
||||
this.connectionTimeoutHandle
|
||||
if (this._connectionTimeoutMillis > 0) {
|
||||
this.connectionTimeoutHandle = setTimeout(() => {
|
||||
con._ending = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user