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 c6cd688 commit c7e1430Copy full SHA for c7e1430
lib/index.js
@@ -220,7 +220,7 @@ function Postgres(a, b) {
220
slots--
221
// The options object gets cloned as the as the authentication in the frontend.js mutates the
222
// options to persist a nonce and signature, which are unique per connection.
223
- const connection = Connection({...options})
+ const connection = Connection({ ...options })
224
all.push(connection)
225
return connection
226
}
0 commit comments