Netflix-Skunkworks/hystrix-dashboard

Same statement used for if and else in hystrixCommand.js

apupier opened this issue · 0 comments

if (decimal) {
data[key] = getInstanceAverage(data[key], data["reportingHosts"], decimal);
} else {
data[key] = getInstanceAverage(data[key], data["reportingHosts"], decimal);
}

A bug on one of the statement? Or it is normal to be the same and condition can be removed?