mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +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
|
||||
if (inverseOrderColumnName) {
|
||||
await cleanInverseOrderColumn({
|
||||
targetId,
|
||||
id: targetId,
|
||||
attribute,
|
||||
trx,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user