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

@@ -59,8 +59,6 @@ class NoteShort {
this.type = row.type;
/** @param {string} content-type, e.g. "application/json" */
this.mime = row.mime;
/** @param {boolean} */
this.isDeleted = !!row.isDeleted;
}
addParent(parentNoteId, branchId) {