*Ready no longer exists

This commit is contained in:
Derrick Hammer 2023-04-01 14:31:01 -04:00
parent 614dc20900
commit 44cdff4665
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ export class DnsClient extends Client {
);
});
}
public async ready(): Promise<void> {
return this.callModuleReturn("ready");
}
public async resolve(
domain: string,
options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },