From f1585ed6b3577112441f397fba30c76f27c09676 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 19 Aug 2022 12:12:40 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 88a320a..daeab9e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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);