This commit is contained in:
Jori Lallo
2016-08-21 11:12:24 -07:00
parent 7fb112cf42
commit 0af17c688f
4 changed files with 56 additions and 32 deletions

View File

@@ -142,7 +142,7 @@ const Atlas = sequelize.define('atlas', {
return newTree;
},
addNodeToNavigationTree(document) {
async addNodeToNavigationTree(document) {
const newNode = {
id: document.id,
title: document.title,