Vampire

Results 1 issues of Vampire

Fixing bug in case that private field in child field. For example: ``` const thisSchema = new Schema({ parent: { child: { type: [String], private: true, } }, }, options);...