fix comment
This commit is contained in:
parent
296a490e93
commit
119343c916
@ -71,7 +71,7 @@ export default class VoteController {
|
|||||||
return overOneVote
|
return overOneVote
|
||||||
}
|
}
|
||||||
public async handleReroll(voteMessage: VoteMessage, guildId: string, requestId: string) {
|
public async handleReroll(voteMessage: VoteMessage, guildId: string, requestId: string) {
|
||||||
//get movies that already had votes to give them a second chance
|
// get the movies currently being voted on, their votes, the eventId and its date
|
||||||
const voteInfo: VoteMessageInfo = await this.parseVoteInfoFromVoteMessage(voteMessage, requestId)
|
const voteInfo: VoteMessageInfo = await this.parseVoteInfoFromVoteMessage(voteMessage, requestId)
|
||||||
|
|
||||||
let movies: string[] = Array()
|
let movies: string[] = Array()
|
||||||
|
Loading…
Reference in New Issue
Block a user