refactor: update ready method to call the status api
This commit is contained in:
parent
1bfe7d9eed
commit
c7bf06a41f
|
@ -291,6 +291,6 @@ export default class Handshake extends AbstractResolverModule {
|
|||
}
|
||||
|
||||
async ready() {
|
||||
await client.ready();
|
||||
return ((await client.status()) as any)?.ready;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue