Paradise
Paradise copied to clipboard
Votes runtime if no answer is picked
Issue Description:
Votes runtime if no answer is picked
I know this will never happen on prod, but its an issue nonetheless. Can easily be fixed with an if(result)
check on the map vote handle_result()
proc
What did you expect to happen: It to fail gracefully
What happened instead: It didnt
Why is this bad/What are the consequences: Runtimes bad
Steps to reproduce the problem:
- Call a map vote
- Have no one vote
- Wait 75 seconds
When did the problem start happening: Since I refactored votes
Extra information: This is a good first issue to fix, and this will never happen on live