mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
cleanup of entity changes processing
This commit is contained in:
@@ -170,10 +170,10 @@ function update(req) {
|
||||
}
|
||||
}
|
||||
|
||||
const {sourceId, entities} = body;
|
||||
const {entities} = body;
|
||||
|
||||
for (const {entityChange, entity} of entities) {
|
||||
syncUpdateService.updateEntity(entityChange, entity, sourceId);
|
||||
syncUpdateService.updateEntity(entityChange, entity);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user