remove repeated id in connect

This commit is contained in:
Marc-Roig 2022-11-23 09:43:28 +01:00
parent 67beb86c1d
commit e48a54da9a

View File

@ -820,7 +820,6 @@ describe('Relations', () => {
const updatedShop = await updateShop(shop, {
anyToManyRel: [
{ id: id3, position: { after: id1 } },
{ id: id1, position: { before: id2 } },
{ id: id2, position: { start: true } },
{ id: id3, position: { end: true } },