Skip to content

Commit 600d68e

Browse files
committed
fix: add white space
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent bbc5ebe commit 600d68e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/connectors/memory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ Memory.prototype._findAllSkippingIncludes = function(model, filter) {
457457
let nodes = Object.keys(this.collection(model)).map(function(key) {
458458
return this.fromDb(model, this.collection(model)[key]);
459459
}.bind(this));
460+
460461
if (filter) {
461462
if (!filter.order) {
462463
const idNames = this.idNames(model);

0 commit comments

Comments
 (0)