Skip to content

Commit 54b489b

Browse files
committed
fix backport of #15809
1 parent f6d48de commit 54b489b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/document.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ let Embedded;
6161

6262
const specialProperties = utils.specialProperties;
6363

64+
const VERSION_INC = 2;
65+
6466
/**
6567
* The core Mongoose document constructor. You should not call this directly,
6668
* the Mongoose [Model constructor](./api/model.html#Model) calls this for you.

0 commit comments

Comments
 (0)