Skip to content

Commit

Permalink
Merge branch '7.x' into vkarpov15/gh-14387
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 7, 2024
2 parents c41ee9a + 918ae17 commit 7906ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/array/methods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const Document = require('../../../document');
const ArraySubdocument = require('../../ArraySubdocument');
const MongooseError = require('../../../error/mongooseError');
const cleanModifiedSubpaths = require('../../../helpers/document/cleanModifiedSubpaths');
const clone = require('../../../helpers/clone');
const internalToObjectOptions = require('../../../options').internalToObjectOptions;
Expand Down

0 comments on commit 7906ecb

Please sign in to comment.