Skip to content

Commit e097e04

Browse files
committedNov 12, 2018
[server-stats] eslint fixes
1 parent 6394847 commit e097e04

File tree

1 file changed

+2
-2
lines changed
  • plugins/server-stats/api

1 file changed

+2
-2
lines changed
 

‎plugins/server-stats/api/api.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ var plugins = require('../../pluginManager.js'),
244244
if (j > 5) {
245245
toReturn["all-apps"]["6_months"] = increaseDataPoints(toReturn["all-apps"]["6_months"], dataPerApp[i]);
246246
toReturn[dataPerApp[i].a]["6_months"] = increaseDataPoints(toReturn[dataPerApp[i].a]["6_months"], dataPerApp[i]);
247-
}
247+
}
248248
toReturn[dataPerApp[i].a]["12_months"] = increaseDataPoints(toReturn[dataPerApp[i].a]["12_months"], dataPerApp[i]);
249249
toReturn["all-apps"]["12_months"] = increaseDataPoints(toReturn["all-apps"]["12_months"], dataPerApp[i]);
250-
}
251250
}
251+
}
252252

253253
}
254254
common.returnOutput(params, toReturn);

0 commit comments

Comments
 (0)
Please sign in to comment.