mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
updating becca after sync
This commit is contained in:
@@ -102,6 +102,10 @@ class Becca {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (entityName === 'note_revisions') {
|
||||
return this.getNoteRevision(entityId);
|
||||
}
|
||||
|
||||
const camelCaseEntityName = entityName.toLowerCase().replace(/(_[a-z])/g,
|
||||
group =>
|
||||
group
|
||||
|
||||
Reference in New Issue
Block a user