forked from CSI-KJSCE/BOS-React-
Commit With Frontend and Backend in MERN
This commit is contained in:
9
backend/node_modules/mongoose/lib/modifiedPathsSnapshot.js
generated
vendored
Normal file
9
backend/node_modules/mongoose/lib/modifiedPathsSnapshot.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = class ModifiedPathsSnapshot {
|
||||
constructor(subdocSnapshot, activePaths, version) {
|
||||
this.subdocSnapshot = subdocSnapshot;
|
||||
this.activePaths = activePaths;
|
||||
this.version = version;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user