mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 09:39:15 +00:00
forgotten pull
This commit is contained in:
parent
9453eb3829
commit
1768bbc209
@ -1116,13 +1116,6 @@ module.exports = function(strapi) {
|
|||||||
symbol: 'NOT IN',
|
symbol: 'NOT IN',
|
||||||
value: _.isArray(value) ? value : [value],
|
value: _.isArray(value) ? value : [value],
|
||||||
};
|
};
|
||||||
break;
|
|
||||||
case '_nin':
|
|
||||||
result.key = `where.${key}`;
|
|
||||||
result.value = {
|
|
||||||
symbol: 'NOT IN',
|
|
||||||
value,
|
|
||||||
};
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user