mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
small fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user