*Update dist

This commit is contained in:
Derrick Hammer 2022-09-09 04:51:45 -04:00
parent 5a3e5ef399
commit 4a224bd8d6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

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