Fixed mixed up category stats

This commit is contained in:
Nanobyte
2020-07-17 03:24:53 +02:00
parent b41c633a54
commit c2e0c1be95

View File

@@ -55,9 +55,9 @@ module.exports = function getTopUsers (req, res) {
if (categoryStatsEnabled) { if (categoryStatsEnabled) {
categoryStats[i] = [ categoryStats[i] = [
rows[i].categorySponsor, rows[i].categorySponsor,
rows[i].categorySumInteraction,
rows[i].categorySumIntro, rows[i].categorySumIntro,
rows[i].categorySumOutro, rows[i].categorySumOutro,
rows[i].categorySumInteraction,
rows[i].categorySelfpromo, rows[i].categorySelfpromo,
rows[i].categoryMusicOfftopic, rows[i].categoryMusicOfftopic,
]; ];