hot fix to DocumentStore#pathToDocument
This commit is contained in:
@ -58,7 +58,7 @@ class DocumentStore {
|
||||
path = previousPath;
|
||||
return;
|
||||
} else {
|
||||
return traveler(childNode, newPath);
|
||||
return traveler(childNode.chilren, newPath);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user