Fix poll timers

This commit is contained in:
Calvin Montgomery 2014-05-20 21:38:18 -07:00
parent 8b9242fc7b
commit 2be928eea1
1 changed files with 1 additions and 1 deletions

View File

@ -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);