refactor: update ready method to call the status api

This commit is contained in:
Derrick Hammer 2023-07-29 00:18:57 -04:00
parent 1bfe7d9eed
commit c7bf06a41f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -291,6 +291,6 @@ export default class Handshake extends AbstractResolverModule {
}
async ready() {
await client.ready();
return ((await client.status()) as any)?.ready;
}
}