*Update dist

This commit is contained in:
Derrick Hammer 2022-08-19 12:15:41 -04:00
parent 672916880d
commit c6ca4f81ca
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -27,7 +27,7 @@ export default class Handshake extends AbstractResolverModule {
if (isIp(domain)) {
return resolverEmptyResponse();
}
if ("subquery" in options?.options) {
if (options?.options && "subquery" in options.options) {
return resolverEmptyResponse();
}
const chainRecords = await this.query(tld, bypassCache);