Skip to content

Commit

Permalink
query: remove unused prop: _promise (#3178)
Browse files Browse the repository at this point in the history
Use of this prop was probably removed in 2017 (a0eb36d).

Co-authored-by: alxndrsn <alxndrsn>
  • Loading branch information
alxndrsn authored Mar 28, 2024
1 parent 91de4b9 commit b400d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pg/lib/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Query extends EventEmitter {
this._results = this._result
this.isPreparedStatement = false
this._canceledDueToError = false
this._promise = null
}

requiresPreparation() {
Expand Down

0 comments on commit b400d33

Please sign in to comment.