Backend panics when trying to delete last question
Closed this issue · 0 comments
juan-db commented
Not sure what causes it yet but the steps I took for this issue to occur are:
- Add a single question to the game
- Select that question as the current question
- Reset the game state
- Try to delete the question
When doing this the backend would panic after trying to dereference an invalid memory address or a nil pointer.