Skip to content

Commit e7a3b32

Browse files
committed
Remove needless default value
1 parent 7bd4309 commit e7a3b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ function Postgres(url, options) {
443443
}
444444
}
445445

446-
function parseOptions(uri = {}, options) {
446+
function parseOptions(uri, options) {
447447
const env = process.env // eslint-disable-line
448448
, url = typeof uri === 'string' ? Url.parse(uri, true) : { query: {}, pathname: '' }
449449
, o = (typeof uri === 'string' ? options : uri) || {}

0 commit comments

Comments
 (0)