This commit is contained in:
Akim Mamedov 2023-11-17 02:13:44 +07:00
parent 0c8bed2f4b
commit 4717c20ed4

View File

@ -216,7 +216,7 @@ export const wrapFunction = (
if (schemaArgs.length !== jsonArgs.length) {
throw new Error(
`Schema and generated air doesn't match. Air have been called with ${jsonArgs.length} args and schema contains ${schemaArgs.length} args`,
`Schema and generated air doesn't match. Air has been called with ${jsonArgs.length} args and schema contains ${schemaArgs.length} args`,
);
}