feat/40-reroll-on-disinterest #54
@ -71,7 +71,7 @@ export default class VoteController {
|
||||
return overOneVote
|
||||
}
|
||||
magnetotail marked this conversation as resolved
Outdated
|
||||
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)
|
||||
|
||||
magnetotail marked this conversation as resolved
Outdated
magnetotail
commented
maybe extract this if-else to a method to keep code more compact maybe extract this if-else to a method to keep code more compact
kenobi
commented
7d794a8001a66d068f949c893d689a068c3caeed
done
|
||||
let movies: string[] = Array()
|
||||
|
Loading…
Reference in New Issue
Block a user
comment is misleading, voteinfo is also used to get the eventid and eventdate in line 93
119343c916