revert change
All checks were successful
Deploy / CreateImage (push) Successful in 2m14s
Deploy / DeployService (push) Successful in 22s

This commit is contained in:
Pasha 2025-05-19 21:04:55 +03:00
parent 81e98a8e3f
commit cad1f4f5c6

@ -146,9 +146,9 @@ func (w *SendToClient) processPendingAnswer(ctx context.Context) {
w.reportError(err, "Error getting all answers by quizID")
return
}
//allAnswers := wctools.CleanNullContent(allAnswersDirty)
allAnswers := wctools.CleanNullContent(allAnswersDirty)
questionsMap, sortedallAnswers, err := w.dal.QuestionRepo.GetMapQuestions(ctx, allAnswersDirty)
questionsMap, sortedallAnswers, err := w.dal.QuestionRepo.GetMapQuestions(ctx, allAnswers)
fmt.Println("ANS5", err)
if err != nil {
w.reportError(err, "Error getting questionsMap")