Skip to content

Commit e159400

Browse files
authored
Merge pull request #13950 from hasezoey/fiximport
fix(document): fix import file naming
2 parents 24b6c3b + 352bf5f commit e159400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3570,7 +3570,7 @@ Document.prototype.$__getArrayPathsToValidate = function() {
35703570

35713571
Document.prototype.$getAllSubdocs = function() {
35723572
DocumentArray || (DocumentArray = require('./types/documentArray'));
3573-
Embedded = Embedded || require('./types/ArraySubdocument');
3573+
Embedded = Embedded || require('./types/arraySubdocument');
35743574

35753575
function docReducer(doc, seed, path) {
35763576
let val = doc;

0 commit comments

Comments
 (0)