Improve TxOperations API (#809)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-01-13 10:06:50 +01:00
committed by GitHub
parent 4f70d992e4
commit a2259c002b
15 changed files with 264 additions and 272 deletions
@@ -56,15 +56,7 @@
return
}
await client.updateCollection(
item._class,
item.space,
item._id,
item.attachedTo,
item.attachedToClass,
item.collection,
ops
)
await client.update(item, ops)
}
</script>