mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-12 20:09:16 +00:00
Fixes eslint errors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user