mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 02:16:03 +00:00
fix tests
This commit is contained in:
parent
e2d4cb483c
commit
e7428cdf83
@ -1125,7 +1125,7 @@ const createEntityManager = (db) => {
|
||||
.select(select)
|
||||
.where({
|
||||
[joinColumn.name]: id,
|
||||
[inverseJoinColumn.name]: { $ne: relIdsToaddOrMove[0] },
|
||||
[inverseJoinColumn.name]: { $notIn: relIdsToaddOrMove },
|
||||
})
|
||||
.where(joinTable.on || {})
|
||||
.execute();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user