Skip to content

Commit

Permalink
style: fix lint from merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 14, 2023
1 parent 37d6051 commit 6bc0291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema/subdocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ SchemaSubdocument.prototype.toJSON = function toJSON() {
* ignore
*/

SubdocumentPath.prototype.clone = function() {
SchemaSubdocument.prototype.clone = function() {
const schematype = new this.constructor(
this.schema,
this.path,
Expand Down

0 comments on commit 6bc0291

Please # to comment.