chore: remove todo

This commit is contained in:
Marc 2023-03-29 14:48:11 +02:00 committed by Josh
parent 21498fbda7
commit 28252dfa94

View File

@ -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();