cleanup of entity changes processing

This commit is contained in:
zadam
2021-06-30 20:54:15 +02:00
parent 5be7f003ca
commit 2035304b63
7 changed files with 32 additions and 44 deletions

View File

@@ -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);