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": {