mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
cleanup of entity changes processing
This commit is contained in:
@@ -156,7 +156,7 @@ async function pullChanges(syncContext) {
|
||||
atLeastOnePullApplied = true;
|
||||
}
|
||||
|
||||
syncUpdateService.updateEntity(entityChange, entity, syncContext.sourceId);
|
||||
syncUpdateService.updateEntity(entityChange, entity);
|
||||
}
|
||||
|
||||
outstandingPullCount = Math.max(0, resp.maxEntityChangeId - entityChange.id);
|
||||
|
||||
Reference in New Issue
Block a user