predict fix
All checks were successful
Deploy / CreateImage (push) Successful in 2m47s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
Pasha 2025-05-19 18:04:36 +03:00
parent 36e5075d7c
commit 96665245ea

@ -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, allAnswers)
questionsMap, sortedallAnswers, err := w.dal.QuestionRepo.GetMapQuestions(ctx, allAnswersDirty)
fmt.Println("ANS5", err)
if err != nil {
w.reportError(err, "Error getting questionsMap")