*Pass the value not the record

This commit is contained in:
Derrick Hammer 2022-08-23 14:24:43 -04:00
parent bc190774c0
commit d8e5b94efe
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ export default class Handshake extends AbstractResolverModule {
...options,
options: {
subquery: true,
nameserver: hnsNs.records.pop(),
nameserver: hnsNs.records.pop()?.value,
},
});
}