mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
attachment ETAPI support WIP
This commit is contained in:
@@ -149,7 +149,7 @@ function getEditedNotesOnDate(req) {
|
||||
}
|
||||
|
||||
return notes.map(note => {
|
||||
const notePath = note.isDeleted ? null : getNotePathData(note);
|
||||
const notePath = getNotePathData(note);
|
||||
|
||||
const notePojo = note.getPojo();
|
||||
notePojo.notePath = notePath ? notePath.notePath : null;
|
||||
|
||||
Reference in New Issue
Block a user