lock
This commit is contained in:
@@ -142,7 +142,7 @@ const Atlas = sequelize.define('atlas', {
|
||||
|
||||
return newTree;
|
||||
},
|
||||
addNodeToNavigationTree(document) {
|
||||
async addNodeToNavigationTree(document) {
|
||||
const newNode = {
|
||||
id: document.id,
|
||||
title: document.title,
|
||||
|
||||
Reference in New Issue
Block a user