parent
32085475ed
commit
4717fb3dbd
|
@ -158,7 +158,7 @@ module.exports = function(registry) {
|
||||||
* @param {Object} instance Model instance matching the specified ID or null if no instance matches.
|
* @param {Object} instance Model instance matching the specified ID or null if no instance matches.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PersistedModel.findById = function find(id, filter, cb) {
|
PersistedModel.findById = function findById(id, filter, cb) {
|
||||||
throwNotAttached(this.modelName, 'findById');
|
throwNotAttached(this.modelName, 'findById');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue