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