We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 771f31f + bee2ceb commit 4c60dceCopy full SHA for 4c60dce
backend/internal/host.js
@@ -106,7 +106,7 @@ const internalHost = {
106
response_object.total_count += response_object.redirection_hosts.length;
107
}
108
109
- if (promises_results[1]) {
+ if (promises_results[2]) {
110
// Dead Hosts
111
response_object.dead_hosts = internalHost._getHostsWithDomains(promises_results[2], domain_names);
112
response_object.total_count += response_object.dead_hosts.length;
@@ -158,7 +158,7 @@ const internalHost = {
158
159
160
161
162
163
if (internalHost._checkHostnameRecordsTaken(hostname, promises_results[2], ignore_type === 'dead' && ignore_id ? ignore_id : 0)) {
164
is_taken = true;
0 commit comments