mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
fix: typo
This commit is contained in:
parent
141ef84114
commit
5d831d4ca6
@ -133,7 +133,7 @@ const processWhere = (where, ctx) => {
|
||||
}
|
||||
|
||||
if (isOperator(key)) {
|
||||
throw new Error(`Only $and, $or and $not can by used as root level operators. Found ${key}.`);
|
||||
throw new Error(`Only $and, $or and $not can only be used as root level operators. Found ${key}.`);
|
||||
}
|
||||
|
||||
const attribute = meta.attributes[key];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user