We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82137e commit 80c500fCopy full SHA for 80c500f
packages/pg-pool/index.js
@@ -76,7 +76,6 @@ class Pool extends EventEmitter {
76
if (options != null && options.ssl && options.ssl.key) {
77
// "hiding" the ssl->key so it doesn't show up in stack traces
78
// or if the client is console.logged
79
- this.options.ssl.key = options.ssl.key
80
Object.defineProperty(this.options.ssl, 'key', {
81
enumerable: false,
82
})
0 commit comments