Fixes to tree

This commit is contained in:
Jori Lallo
2016-06-26 22:15:15 -07:00
parent 6fef3137a1
commit e967033b28
5 changed files with 16 additions and 7 deletions

View File

@@ -74,7 +74,6 @@ router.post('atlases.updateNavigationTree', auth(), async (ctx) => {
ctx.body = {
data: await presentAtlas(atlas, true),
tree: newTree,
};
});