similarity tweaks

This commit is contained in:
zadam
2020-09-18 21:47:59 +02:00
parent d21cb78baa
commit c75439a4b5
6 changed files with 165 additions and 125 deletions

View File

@@ -36,7 +36,7 @@ function createNoteRevision(note) {
return;
}
const contentMetadata = note.getContentMetadata();console.log("contentMetadata", contentMetadata);
const contentMetadata = note.getContentMetadata();
const noteRevision = new NoteRevision({
noteId: note.noteId,