*Update dist

This commit is contained in:
Derrick Hammer 2022-08-19 12:12:40 -04:00
parent 94f30df69a
commit f1585ed6b3
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 ("subquery" in options?.options) {
return resolverEmptyResponse();
}
const chainRecords = await this.query(tld, bypassCache);