We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfbafa commit 82b0ac0Copy full SHA for 82b0ac0
packages/pg/lib/client.js
@@ -215,7 +215,7 @@ class Client extends EventEmitter {
215
} else if (this.password !== null) {
216
cb()
217
} else {
218
- pgPass(this.connectionParameters, function (pass) {
+ pgPass(this.connectionParameters, (pass) => {
219
if (undefined !== pass) {
220
this.connectionParameters.password = this.password = pass
221
}
0 commit comments