We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfe92d commit 1ec5d70Copy full SHA for 1ec5d70
packages/runtime/src/client/crud/validator/utils.ts
@@ -357,7 +357,7 @@ function evalCall(data: any, expr: CallExpression) {
357
}
358
invariant(
359
typeof fieldArg === 'string' || Array.isArray(fieldArg),
360
- `"${f}" first argument must be a string or an list`,
+ `"${f}" first argument must be a string or a list`,
361
);
362
return fieldArg.length;
363
})
0 commit comments