mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
add blobId to the ETAPI #4005
This commit is contained in:
@@ -5,6 +5,7 @@ function mapNoteToPojo(note) {
|
||||
title: note.title,
|
||||
type: note.type,
|
||||
mime: note.mime,
|
||||
blobId: note.blobId,
|
||||
dateCreated: note.dateCreated,
|
||||
dateModified: note.dateModified,
|
||||
utcDateCreated: note.utcDateCreated,
|
||||
@@ -46,4 +47,4 @@ module.exports = {
|
||||
mapNoteToPojo,
|
||||
mapBranchToPojo,
|
||||
mapAttributeToPojo
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user