forgotten pull

This commit is contained in:
Sajjad Shirazy 2019-02-03 15:10:04 +03:30
parent 9453eb3829
commit 1768bbc209

View File

@ -1116,13 +1116,6 @@ module.exports = function(strapi) {
symbol: 'NOT IN',
value: _.isArray(value) ? value : [value],
};
break;
case '_nin':
result.key = `where.${key}`;
result.value = {
symbol: 'NOT IN',
value,
};
break;
default:
return undefined;