Skip to content

Commit fdf13ba

Browse files
committed
Fix msg not being passed for SASL
1 parent 5425bc1 commit fdf13ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class Client extends EventEmitter {
244244
})
245245
}
246246

247-
_handleAuthSASL() {
247+
_handleAuthSASL(msg) {
248248
this._checkPgPass(() => {
249249
this.saslSession = sasl.startSession(msg.mechanisms)
250250
const con = this.connection

0 commit comments

Comments
 (0)