Skip to content

Commit c7e1430

Browse files
committed
Please eslint
1 parent c6cd688 commit c7e1430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function Postgres(a, b) {
220220
slots--
221221
// The options object gets cloned as the as the authentication in the frontend.js mutates the
222222
// options to persist a nonce and signature, which are unique per connection.
223-
const connection = Connection({...options})
223+
const connection = Connection({ ...options })
224224
all.push(connection)
225225
return connection
226226
}

0 commit comments

Comments
 (0)