We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 913dd3a + 4717fb3 commit b4e2303Copy full SHA for b4e2303
lib/persisted-model.js
@@ -175,7 +175,7 @@ module.exports = function(registry) {
175
* @param {Object} instance Model instance matching the specified ID or null if no instance matches.
176
*/
177
178
- PersistedModel.findById = function find(id, filter, cb) {
+ PersistedModel.findById = function findById(id, filter, cb) {
179
throwNotAttached(this.modelName, 'findById');
180
};
181
0 commit comments