mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-14 18:31:19 +00:00
Typo
This commit is contained in:
parent
0c8bed2f4b
commit
4717c20ed4
@ -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`,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user