mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-07-07 19:51:32 +00:00
Remove marine-js from js-client
This commit is contained in:
packages/core/js-client
pnpm-lock.yaml@ -100,7 +100,10 @@ export const v5_callFunction = async (
|
||||
throw new Error("Argument and schema don't match");
|
||||
}
|
||||
|
||||
return [argNames[i], ts2aqua(arg, argSchema)];
|
||||
return [
|
||||
argNames[i],
|
||||
ts2aqua(arg, argSchema, { path: [def.functionName] }),
|
||||
];
|
||||
}),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user