Paradise icon indicating copy to clipboard operation
Paradise copied to clipboard

Votes runtime if no answer is picked

Open AffectedArc07 opened this issue 2 years ago • 0 comments

Issue Description: Votes runtime if no answer is picked image

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

AffectedArc07 avatar Aug 03 '22 19:08 AffectedArc07