mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
renamed attachment's parentId to more fitting ownerId
This commit is contained in:
@@ -50,7 +50,7 @@ function mapAttributeToPojo(attr) {
|
||||
function mapAttachmentToPojo(attachment) {
|
||||
return {
|
||||
attachmentId: attachment.attachmentId,
|
||||
parentId: attachment.parentId,
|
||||
ownerId: attachment.ownerId,
|
||||
role: attachment.role,
|
||||
mime: attachment.mime,
|
||||
title: attachment.title,
|
||||
|
||||
Reference in New Issue
Block a user