hot fix to DocumentStore#pathToDocument

This commit is contained in:
Jori Lallo
2017-06-06 23:20:03 -07:00
parent cc64b6f4fa
commit 43a312825b

View File

@ -58,7 +58,7 @@ class DocumentStore {
path = previousPath;
return;
} else {
return traveler(childNode, newPath);
return traveler(childNode.chilren, newPath);
}
});
};