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