mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +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)
|
||||
)
|
||||
.where(joinColumn.name, sourceId)
|
||||
// TODO: Exclude some relations from being replaced
|
||||
// .where({ $not: { [inverseJoinColumn.name]: omitIds } })
|
||||
.from(joinTable.name)
|
||||
.toSQL();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user