mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-29 14:21:50 +00:00
make it possible to catch an error on calls
This commit is contained in:
@ -31,7 +31,7 @@ export async function id(client: FluenceClient): Promise<void> {
|
||||
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