Fix poll timers
This commit is contained in:
parent
8b9242fc7b
commit
2be928eea1
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ PollModule.prototype.handleNewPoll = function (user, data) {
|
||||||
if (self.poll === poll) {
|
if (self.poll === poll) {
|
||||||
self.handleClosePoll({
|
self.handleClosePoll({
|
||||||
getName: function () { return "[poll timer]" },
|
getName: function () { return "[poll timer]" },
|
||||||
account: { effectiveRank: 255 }
|
effectiveRank: 255
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, data.timeout * 1000);
|
}, data.timeout * 1000);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue