Skip to content

Commit d46f457

Browse files
committed
Recycle DB references
1 parent 18da80d commit d46f457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/modules/database.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class DatabaseRef {
225225
if (this.dbFilters.length > 0) {
226226
arr = arr.concat(this.dbFilters);
227227
}
228+
this.dbSort = null; this.dbFilters = []
228229
return arr;
229230
}
230231
}

0 commit comments

Comments
 (0)