Skip to content

Commit b4e2303

Browse files
committed
Merge pull request #1780 from linguofeng/patch-1
Update persisted-model.js
2 parents 913dd3a + 4717fb3 commit b4e2303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/persisted-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = function(registry) {
175175
* @param {Object} instance Model instance matching the specified ID or null if no instance matches.
176176
*/
177177

178-
PersistedModel.findById = function find(id, filter, cb) {
178+
PersistedModel.findById = function findById(id, filter, cb) {
179179
throwNotAttached(this.modelName, 'findById');
180180
};
181181

0 commit comments

Comments
 (0)