https://github.com/Utkarsh1308/TabOverSpace/pull/124 modified the
Question model and changed the query from question to title so
we were not getting back any results for question resulting in
noreversematch error.
This PR fixes that issue. For now there are no questions present
in the database. We need to add the questions in a future PR.
https://github.com/Utkarsh1308/TabOverSpace/pull/124 modified the Question model and changed the query from question to title so we were not getting back any results for question resulting in noreversematch error. This PR fixes that issue. For now there are no questions present in the database. We need to add the questions in a future PR.
Related to https://github.com/Utkarsh1308/TabOverSpace/issues/131