Skip to content

Commit 80c500f

Browse files
Lewiscowles1986charmander
authored andcommitted
Update packages/pg-pool/index.js
Co-authored-by: Charmander <[email protected]>
1 parent e82137e commit 80c500f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg-pool/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class Pool extends EventEmitter {
7676
if (options != null && options.ssl && options.ssl.key) {
7777
// "hiding" the ssl->key so it doesn't show up in stack traces
7878
// or if the client is console.logged
79-
this.options.ssl.key = options.ssl.key
8079
Object.defineProperty(this.options.ssl, 'key', {
8180
enumerable: false,
8281
})

0 commit comments

Comments
 (0)