note content refactoring, WIP

This commit is contained in:
zadam
2019-02-08 21:01:26 +01:00
parent 6952b643ae
commit 4a093000be
7 changed files with 135 additions and 151 deletions

View File

@@ -96,7 +96,7 @@ async function createNewNote(parentNoteId, noteData) {
note.noteContent = await new NoteContent({
noteId: note.noteId,
content: noteData.content
});
}).save();
const branch = await new Branch({
noteId: note.noteId,