*Fix getResolvers method
This commit is contained in:
parent
b856cf16d2
commit
63cf33e617
|
@ -9,8 +9,8 @@ export class DnsClient extends Client {
|
|||
public async clear(): Promise<void> {
|
||||
return this.callModuleReturn("clear");
|
||||
}
|
||||
public async getResolvers(): Promise<void> {
|
||||
return this.callModuleReturn("clear");
|
||||
public async getResolvers(): Promise<string> {
|
||||
return this.callModuleReturn("getResolvers");
|
||||
}
|
||||
public async ready(): Promise<void> {
|
||||
return this.callModuleReturn("ready");
|
||||
|
|
Loading…
Reference in New Issue