Skip to content

Commit 352bf5f

Browse files
committed
fix(document): fix import file naming
re #13909
1 parent 24b6c3b commit 352bf5f

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)