We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf13ba commit 66d32c6Copy full SHA for 66d32c6
packages/pg/lib/client.js
@@ -248,7 +248,7 @@ class Client extends EventEmitter {
248
this._checkPgPass(() => {
249
this.saslSession = sasl.startSession(msg.mechanisms)
250
const con = this.connection
251
- con.sendSASLInitialResponseMessage(saslSession.mechanism, saslSession.response)
+ con.sendSASLInitialResponseMessage(this.saslSession.mechanism, this.saslSession.response)
252
})
253
}
254
0 commit comments