mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 03:57:06 +03:00
@@ -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,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user