Changes
This commit is contained in:
1
node_modules/mongoose/lib/options/PopulateOptions.js
generated
vendored
1
node_modules/mongoose/lib/options/PopulateOptions.js
generated
vendored
@@ -5,6 +5,7 @@ const clone = require('../helpers/clone');
|
||||
class PopulateOptions {
|
||||
constructor(obj) {
|
||||
this._docs = {};
|
||||
this._childDocs = [];
|
||||
|
||||
if (obj == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user