fix DB setup

This commit is contained in:
zadam
2020-06-20 21:42:41 +02:00
parent 6207203b35
commit 027afab6b1
19 changed files with 133 additions and 118 deletions

View File

@@ -154,7 +154,7 @@ function getNotePath(noteId) {
return {
noteId: noteId,
branchId: getBranch(noteId, parentNote.noteId).branchId,
branchId: noteCache.getBranch(noteId, parentNote.noteId).branchId,
title: noteTitle,
notePath: retPath,
path: retPath.join('/')