WIP per-tab hoisting

This commit is contained in:
zadam
2020-11-23 23:11:21 +01:00
parent 52b8162d01
commit ac636b6649
5 changed files with 11 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ function getTree(req) {
)
SELECT noteId FROM treeWithDescendantsAscendantsAndTemplates`, [subTreeNoteId, subTreeNoteId]);
noteIds.push(subTreeNoteId);console.log("noteIds", noteIds);
noteIds.push(subTreeNoteId);
return getNotesAndBranchesAndAttributes(noteIds);
}