small fixes

This commit is contained in:
zadam
2020-12-14 23:04:56 +01:00
parent c949dcb449
commit fccce2ff1e
4 changed files with 2 additions and 7 deletions

View File

@@ -56,8 +56,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
title: note.title,
isProtected: note.isProtected,
type: note.type,
mime: note.mime,
isDeleted: false // FIXME
mime: note.mime
});
}