mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
chore(client): fix most type errors
This commit is contained in:
@@ -50,7 +50,7 @@ async function processEntityChanges(entityChanges: EntityChange[]) {
|
||||
// To this we count: standard parent-child relationships and template/inherit relations (attribute inheritance follows them).
|
||||
// Here we watch for changes which might violate this principle - e.g., an introduction of a new "inherit" relation might
|
||||
// mean we need to load the target of the relation (and then perhaps transitively the whole note path of this target).
|
||||
const missingNoteIds = [];
|
||||
const missingNoteIds: string[] = [];
|
||||
|
||||
for (const { entityName, entity } of entityChanges) {
|
||||
if (!entity) {
|
||||
|
||||
Reference in New Issue
Block a user