mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 17:19:01 +00:00
remove repeated id in connect
This commit is contained in:
parent
67beb86c1d
commit
e48a54da9a
@ -820,7 +820,6 @@ describe('Relations', () => {
|
|||||||
|
|
||||||
const updatedShop = await updateShop(shop, {
|
const updatedShop = await updateShop(shop, {
|
||||||
anyToManyRel: [
|
anyToManyRel: [
|
||||||
{ id: id3, position: { after: id1 } },
|
|
||||||
{ id: id1, position: { before: id2 } },
|
{ id: id1, position: { before: id2 } },
|
||||||
{ id: id2, position: { start: true } },
|
{ id: id2, position: { start: true } },
|
||||||
{ id: id3, position: { end: true } },
|
{ id: id3, position: { end: true } },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user