Fix an error
This commit is contained in:
parent
408f6626bb
commit
5497a868a3
2 changed files with 5 additions and 1 deletions
|
|
@ -1200,7 +1200,7 @@ Channel.prototype.calcVoteskipMax = function () {
|
|||
return u.meta.afk ? 0 : 1;
|
||||
}).reduce(function (a, b) {
|
||||
return a + b;
|
||||
});
|
||||
}, 0);
|
||||
};
|
||||
|
||||
Channel.prototype.broadcastVoteskipUpdate = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue