Skip to content

Commit fca6247

Browse files
committed
fix: remove unintended changes
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent 600d68e commit fca6247

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/connectors/memory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ Memory.prototype._findAllSkippingIncludes = function(model, filter) {
563563
Memory.prototype.all = function all(model, filter, options, callback) {
564564
const self = this;
565565
const nodes = self._findAllSkippingIncludes(model, filter);
566+
566567
process.nextTick(function() {
567568
if (filter && filter.include) {
568569
self._models[model].model.include(nodes, filter.include, options, callback);

lib/dao.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,7 @@ DataAccessObject.find = function find(query, options, cb) {
19291929
delete obj.__data.__cachedRelations;
19301930
}
19311931
}
1932+
19321933
const keys = Object.keys(data);
19331934
keys.forEach(key => {
19341935
if (

0 commit comments

Comments
 (0)