mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
query: remove unused prop: _promise (#3178)
Use of this prop was probably removed in 2017 (a0eb36d81938e488b3bc5369faee74fe22f36949). Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
91de4b9453
commit
b400d33c33
@ -30,7 +30,6 @@ class Query extends EventEmitter {
|
||||
this._results = this._result
|
||||
this.isPreparedStatement = false
|
||||
this._canceledDueToError = false
|
||||
this._promise = null
|
||||
}
|
||||
|
||||
requiresPreparation() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user