small fixes

This commit is contained in:
zadam
2019-10-28 19:45:36 +01:00
parent 5e3538669d
commit 5bba18191f
4 changed files with 21 additions and 17 deletions

View File

@@ -147,7 +147,6 @@ async function pullSync(syncContext) {
}
stats.outstandingPulls = resp.maxSyncId - sync.id;
}
await setLastSyncedPull(rows[rows.length - 1].sync.id);