mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
renamed dates in code as well
This commit is contained in:
@@ -98,7 +98,7 @@ async function exportToTar(exportContext, branch, format, res) {
|
||||
isExpanded: branch.isExpanded,
|
||||
type: note.type,
|
||||
mime: note.mime,
|
||||
// we don't export dateCreated and dateModified of any entity since that would be a bit misleading
|
||||
// we don't export utcDateCreated and utcDateModified of any entity since that would be a bit misleading
|
||||
attributes: (await note.getOwnedAttributes()).map(attribute => {
|
||||
return {
|
||||
type: attribute.type,
|
||||
|
||||
Reference in New Issue
Block a user