mirror of
https://github.com/strapi/strapi.git
synced 2025-10-29 00:49:49 +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;
|
||||
|
||||
// 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) {
|
||||
this.emit(knexQueryDone);
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user