Skip to content

Commit 3f76b98

Browse files
committed
Fix hiding pass from options
1 parent e0b5a7c commit 3f76b98

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
@@ -60,7 +60,7 @@ function Postgres(url, options) {
6060
}
6161

6262
Object.assign(postgres, {
63-
options: Object.assign({}, options, { password: null }),
63+
options: Object.assign({}, options, { pass: null }),
6464
parameters: {},
6565
listen,
6666
begin,

0 commit comments

Comments
 (0)