mirror of
https://github.com/strapi/strapi.git
synced 2025-12-09 14:03:52 +00:00
chore: remove todo
This commit is contained in:
parent
21498fbda7
commit
28252dfa94
@ -43,8 +43,6 @@ const cloneRegularRelations = async ({ targetId, sourceId, attribute, transactio
|
|||||||
...columns.slice(1)
|
...columns.slice(1)
|
||||||
)
|
)
|
||||||
.where(joinColumn.name, sourceId)
|
.where(joinColumn.name, sourceId)
|
||||||
// TODO: Exclude some relations from being replaced
|
|
||||||
// .where({ $not: { [inverseJoinColumn.name]: omitIds } })
|
|
||||||
.from(joinTable.name)
|
.from(joinTable.name)
|
||||||
.toSQL();
|
.toSQL();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user