*Ready no longer exists
This commit is contained in:
parent
614dc20900
commit
44cdff4665
|
@ -24,9 +24,6 @@ export class DnsClient extends Client {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
public async ready(): Promise<void> {
|
|
||||||
return this.callModuleReturn("ready");
|
|
||||||
}
|
|
||||||
public async resolve(
|
public async resolve(
|
||||||
domain: string,
|
domain: string,
|
||||||
options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },
|
options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },
|
||||||
|
|
Loading…
Reference in New Issue