Skip to content

Commit 40df1bb

Browse files
authored
fix: _getCurrentQuery
1 parent 8bb43bc commit 40df1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pg/lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class Client extends EventEmitter {
488488
}
489489

490490
_handleParseComplete() {
491-
const activeQuery = this._getActiveQuery()
491+
const activeQuery = this._getCurrentQuery()
492492
if (activeQuery == null) {
493493
const error = new Error('Received unexpected parseComplete message from backend.')
494494
this._handleErrorEvent(error)

0 commit comments

Comments
 (0)