From 4a224bd8d643173f25298b7d5cf7ffafaddc0034 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 9 Sep 2022 04:51:45 -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 9d0057e..15b99bf 100644 --- a/dist/index.js +++ b/dist/index.js @@ -41,7 +41,7 @@ export default class Handshake extends AbstractResolverModule { for (const record of chainRecords.data?.records) { switch (record.type) { case "NS": { - await this.processNs(domain, record, records, chainRecords, options, bypassCache); + await this.processNs(domain, record, records, chainRecords.data?.records, options, bypassCache); break; } case "GLUE4": {