Skip to content

Commit 6bc0291

Browse files
committed
style: fix lint from merge issues
1 parent 37d6051 commit 6bc0291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schema/subdocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ SchemaSubdocument.prototype.toJSON = function toJSON() {
386386
* ignore
387387
*/
388388

389-
SubdocumentPath.prototype.clone = function() {
389+
SchemaSubdocument.prototype.clone = function() {
390390
const schematype = new this.constructor(
391391
this.schema,
392392
this.path,

0 commit comments

Comments
 (0)