mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 17:49:57 +00:00
rename targetId to id
This commit is contained in:
parent
2e7e8b6813
commit
b5f1d6842c
@ -60,7 +60,7 @@ const cloneRegularRelations = async ({ targetId, sourceId, attribute, transactio
|
|||||||
// Clean the inverse order column
|
// Clean the inverse order column
|
||||||
if (inverseOrderColumnName) {
|
if (inverseOrderColumnName) {
|
||||||
await cleanInverseOrderColumn({
|
await cleanInverseOrderColumn({
|
||||||
targetId,
|
id: targetId,
|
||||||
attribute,
|
attribute,
|
||||||
trx,
|
trx,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user