mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
ancillary => attachment
This commit is contained in:
@@ -34,7 +34,7 @@ async function processEntityChanges(entityChanges) {
|
||||
|
||||
loadResults.addOption(ec.entity.name);
|
||||
}
|
||||
else if (['etapi_tokens', 'note_ancillaries'].includes(ec.entityName)) {
|
||||
else if (['etapi_tokens', 'note_attachments'].includes(ec.entityName)) {
|
||||
// NOOP
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user