If statements need elses.

master
Alexander Blair 7 years ago
parent 603f56c743
commit cc2bfffe07

@ -250,8 +250,9 @@ function updatePoolStats(poolType) {
let cache;
if (typeof(poolType) !== 'undefined') {
cache = global.database.getCache(poolType + "_stats");
} else {
cache = global.database.getCache("global_stats");
}
cache = global.database.getCache("global_stats");
async.series([
function (callback) {
debug(threadName + "Checking Influx for last 10min avg for pool stats");

Loading…
Cancel
Save