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

Commit e8e630d

Browse files
committed
Waterline ORM cleanup
1 parent 66c12c5 commit e8e630d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backends/waterline.js

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

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

0 commit comments

Comments
 (0)