*Update dist
This commit is contained in:
parent
94f30df69a
commit
f1585ed6b3
|
@ -27,7 +27,7 @@ export default class Handshake extends AbstractResolverModule {
|
|||
if (isIp(domain)) {
|
||||
return resolverEmptyResponse();
|
||||
}
|
||||
if ("subquery" in options.options) {
|
||||
if ("subquery" in options?.options) {
|
||||
return resolverEmptyResponse();
|
||||
}
|
||||
const chainRecords = await this.query(tld, bypassCache);
|
||||
|
|
Loading…
Reference in New Issue