From 44cdff4665ec0f1e3c8dcbb6d97c1cf711e973b7 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 1 Apr 2023 14:31:01 -0400 Subject: [PATCH] *Ready no longer exists --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 4f74ddb..3722b32 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,9 +24,6 @@ export class DnsClient extends Client { ); }); } - public async ready(): Promise { - return this.callModuleReturn("ready"); - } public async resolve( domain: string, options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },