fix comment

This commit is contained in:
kenobi 2023-11-18 18:15:13 +01:00
parent 296a490e93
commit 119343c916

View File

@ -71,7 +71,7 @@ export default class VoteController {
return overOneVote
}
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)
let movies: string[] = Array()