Skip to content

Commit b6e8526

Browse files
authored
Fix lint
1 parent 33e8249 commit b6e8526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-pool/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class Pool extends EventEmitter {
244244
// remove the dead client from our list of clients
245245
this._clients = this._clients.filter((c) => c !== client)
246246
if (timeoutHit) {
247-
err = new Error('Connection terminated due to connection timeout', { cause: err } )
247+
err = new Error('Connection terminated due to connection timeout', { cause: err })
248248
}
249249

250250
// this client won’t be released, so move on immediately

0 commit comments

Comments
 (0)