Skip to content

Commit

Permalink
fix: add white space
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <aaqilcs102@gmail.com>
  • Loading branch information
aaqilniz committed Feb 9, 2024
1 parent bbc5ebe commit 600d68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/connectors/memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ Memory.prototype._findAllSkippingIncludes = function(model, filter) {
let nodes = Object.keys(this.collection(model)).map(function(key) {
return this.fromDb(model, this.collection(model)[key]);
}.bind(this));

if (filter) {
if (!filter.order) {
const idNames = this.idNames(model);
Expand Down

0 comments on commit 600d68e

Please sign in to comment.