Skip to content

Commit

Permalink
refactor: removed todo, written as technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 24, 2024
1 parent 4119991 commit c2f4dae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private List<QuestionResponseDto> getPage(List<QuestionResponseDto> result, Long
* Load the answers for a question (The distractors and the correct one)
* @param question The question to load the answers for
*/
//TODO: CHAPUZAS, FIXEAR ESTO
private void loadAnswers(Question question) {
// Create the new answers list with the distractors
if(question.getAnswers().size() > 1) {
Expand Down

0 comments on commit c2f4dae

Please sign in to comment.