mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Remove useless comment
This commit is contained in:
parent
a0a8e06c54
commit
bc4b412aa2
@ -144,7 +144,6 @@ class ReadableStrapiQuery extends Readable {
|
|||||||
this[knexPerformingQuery] = false;
|
this[knexPerformingQuery] = false;
|
||||||
|
|
||||||
// Tell ._destroy() that it's now safe to close the db connection
|
// Tell ._destroy() that it's now safe to close the db connection
|
||||||
// Q: Should we push & return entities anyway or should we assume that the user wanted to abort the query?
|
|
||||||
if (this.destroyed) {
|
if (this.destroyed) {
|
||||||
this.emit(knexQueryDone);
|
this.emit(knexQueryDone);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user