Skip to content

Commit

Permalink
test: fix tests on 5.10 for #9208
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 25, 2020
1 parent ec28de7 commit 1a4146c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/subdocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function Subdocument(value, fields, parent, skipId, options) {
}

delete options.priorDoc;
delete this.$__.$options.priorDoc;
}
}

Expand Down

0 comments on commit 1a4146c

Please sign in to comment.