diff --git a/lib/index.js b/lib/index.js index 81fe5de6..4d2ddd2d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -220,7 +220,7 @@ function Postgres(a, b) { slots-- // The options object gets cloned as the as the authentication in the frontend.js mutates the // options to persist a nonce and signature, which are unique per connection. - const connection = Connection({...options}) + const connection = Connection({ ...options }) all.push(connection) return connection }