Skip to content

Commit

Permalink
Remove errorneously added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
HZ111 / Dev2 committed Aug 11, 2023
1 parent c8abc18 commit 2172d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pg/lib/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Query extends EventEmitter {
this.callback = process.domain.bind(config.callback)
}
this._result = new Result(this._rowMode, this.types)

// potential for multiple results
this._results = this._result
this.isPreparedStatement = false
Expand Down

0 comments on commit 2172d4e

Please sign in to comment.