fixed ds syncing bug

This commit is contained in:
Kevin Jahns
2017-10-26 19:12:33 +02:00
parent e6b5e258fb
commit 96c6aa2751
8 changed files with 31 additions and 15 deletions

View File

@@ -103,7 +103,7 @@ export async function compareUsers (t, users) {
u.os.iterate(null, null, function (op) {
const json = {
id: op._id,
left: op._left === null ? null : op._left._id,
left: op._left === null ? null : op._left._lastId,
right: op._right === null ? null : op._right._id,
length: op._length,
deleted: op._deleted