mirror of
https://github.com/strapi/strapi.git
synced 2025-11-10 15:19:00 +00:00
Fix wrong rebase
This commit is contained in:
parent
da5ca2a125
commit
85eeb4aef2
@ -398,11 +398,11 @@ module.exports = {
|
||||
queryOpts.skip = convertedParams.start;
|
||||
|
||||
switch (association.nature) {
|
||||
case 'manyToMany': {
|
||||
case "manyToMany":
|
||||
const arrayOfIds = (obj[association.alias] || []).map(
|
||||
related => {
|
||||
return related[ref.primaryKey] || related;
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
// Where.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user