We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1548d6 commit d650741Copy full SHA for d650741
1 file changed
packages/pg/lib/client.js
@@ -99,7 +99,6 @@ class Client extends EventEmitter {
99
}
100
this._connecting = true
101
102
- this.connectionTimeoutHandle
103
if (this._connectionTimeoutMillis > 0) {
104
this.connectionTimeoutHandle = setTimeout(() => {
105
con._ending = true
0 commit comments