Fixes eslint errors

This commit is contained in:
chaptergy
2021-10-12 15:42:22 +02:00
committed by L. Wlcek
parent b9ab4a2dca
commit c6a50e0561
5 changed files with 83 additions and 84 deletions

View File

@@ -118,8 +118,8 @@ const internalHost = {
if (promises_results[3]) {
// SSL Passthrough Hosts
response_object.ssl_passthrough_hosts = internalHost._getHostsWithDomains(promises_results[3], domain_names);
response_object.total_count += response_object.ssl_passthrough_hosts.length;
response_object.ssl_passthrough_hosts = internalHost._getHostsWithDomains(promises_results[3], domain_names);
response_object.total_count += response_object.ssl_passthrough_hosts.length;
}
return response_object;