We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc5ebe commit 600d68eCopy full SHA for 600d68e
1 file changed
lib/connectors/memory.js
@@ -457,6 +457,7 @@ Memory.prototype._findAllSkippingIncludes = function(model, filter) {
457
let nodes = Object.keys(this.collection(model)).map(function(key) {
458
return this.fromDb(model, this.collection(model)[key]);
459
}.bind(this));
460
+
461
if (filter) {
462
if (!filter.order) {
463
const idNames = this.idNames(model);
0 commit comments