mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-04-08 20:55:02 +02:00
Minor fix (fixes #12).
This commit is contained in:
parent
ac69349822
commit
f7c793ce8c
@ -64,7 +64,7 @@ Memory.prototype._get = function (properties) {
|
||||
return _.values(this.models);
|
||||
}
|
||||
|
||||
return _.where(this.model, properties);
|
||||
return _.where(this.models, properties);
|
||||
};
|
||||
|
||||
Memory.prototype._remove = function (ids) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user