Skip to content

Commit

Permalink
Merge pull request #13950 from hasezoey/fiximport
Browse files Browse the repository at this point in the history
fix(document): fix import file naming
  • Loading branch information
vkarpov15 committed Oct 9, 2023
2 parents 24b6c3b + 352bf5f commit e159400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -3570,7 +3570,7 @@ Document.prototype.$__getArrayPathsToValidate = function() {

Document.prototype.$getAllSubdocs = function() {
DocumentArray || (DocumentArray = require('./types/documentArray'));
Embedded = Embedded || require('./types/ArraySubdocument');
Embedded = Embedded || require('./types/arraySubdocument');

function docReducer(doc, seed, path) {
let val = doc;
Expand Down

0 comments on commit e159400

Please sign in to comment.