mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-21 03:01:47 +00:00
make it possible to catch an error on calls
This commit is contained in:
@ -34,7 +34,7 @@ export async function testFunc(client: FluenceClient): Promise<string> {
|
||||
h.on('getDataSrv', 'relay', () => {
|
||||
return client.relayPeerId!;
|
||||
});
|
||||
h.on('getRelayService', 'hasReleay', () => {// Not Used
|
||||
h.on('getRelayService', 'hasRelay', () => {// Not Used
|
||||
return client.relayPeerId !== undefined;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user