rename targetId to id

This commit is contained in:
Marc-Roig 2023-03-23 12:08:15 +01:00 committed by Josh
parent 2e7e8b6813
commit b5f1d6842c

View File

@ -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,
});