Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit c2dd5d1

Browse files
committed
WIP
1 parent 3929e86 commit c2dd5d1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backends/mongoose.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ Backend.prototype.serializeValue = function(value) {
3333
});
3434

3535
return modelReferences;
36-
}), (Backend.prototype.loadFromStorage = function(
37-
modelClass,
38-
objectsIds,
39-
callback,
40-
) {
36+
}), (Backend.prototype.loadFromStorage = function(modelClass, objectsIds, callback) {
4137
var found = {};
4238
var paths = [];
4339
if (typeof modelClass.pathsToPopulate === 'function') {

0 commit comments

Comments
 (0)