Remove useless comment

This commit is contained in:
Convly 2022-10-27 17:35:22 +02:00
parent a0a8e06c54
commit bc4b412aa2

View File

@ -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;