We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6394847 commit e097e04Copy full SHA for e097e04
plugins/server-stats/api/api.js
@@ -244,11 +244,11 @@ var plugins = require('../../pluginManager.js'),
244
if (j > 5) {
245
toReturn["all-apps"]["6_months"] = increaseDataPoints(toReturn["all-apps"]["6_months"], dataPerApp[i]);
246
toReturn[dataPerApp[i].a]["6_months"] = increaseDataPoints(toReturn[dataPerApp[i].a]["6_months"], dataPerApp[i]);
247
- }
+ }
248
toReturn[dataPerApp[i].a]["12_months"] = increaseDataPoints(toReturn[dataPerApp[i].a]["12_months"], dataPerApp[i]);
249
toReturn["all-apps"]["12_months"] = increaseDataPoints(toReturn["all-apps"]["12_months"], dataPerApp[i]);
250
251
}
252
253
254
common.returnOutput(params, toReturn);
0 commit comments