mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-03 05:41:51 +00:00
test multiline
This commit is contained in:
@ -8,5 +8,9 @@ export async function complexCall(client: FluenceClient) {
|
||||
return args[0]
|
||||
})
|
||||
|
||||
registerServiceFunction(client, "some-id", "multiline", (args: any[], _) => {
|
||||
return args[1]
|
||||
})
|
||||
|
||||
return await doStuff(client, client.relayPeerId!, client.selfPeerId, true, true, ["1", "2"], ["3", "4"], "some str")
|
||||
}
|
||||
|
Reference in New Issue
Block a user