Skip to content

Commit

Permalink
Please eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Jan 19, 2021
1 parent c6cd688 commit c7e1430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c7e1430

Please sign in to comment.