Skip to content

Commit f856443

Browse files
authored
fix: lint
1 parent f005760 commit f856443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pg-pool/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ class Pool extends EventEmitter {
204204
pendingItem.timedOut = true
205205
response.callback(new Error('timeout exceeded when trying to connect'))
206206
}, this.options.connectionTimeoutMillis)
207+
207208
if(tid.unref){
208-
tid.unref()
209+
tid.unref()
209210
}
210211

211212
this._pendingQueue.push(pendingItem)

0 commit comments

Comments
 (0)