predict fix
This commit is contained in:
parent
36e5075d7c
commit
96665245ea
@ -146,9 +146,9 @@ func (w *SendToClient) processPendingAnswer(ctx context.Context) {
|
|||||||
w.reportError(err, "Error getting all answers by quizID")
|
w.reportError(err, "Error getting all answers by quizID")
|
||||||
return
|
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)
|
fmt.Println("ANS5", err)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.reportError(err, "Error getting questionsMap")
|
w.reportError(err, "Error getting questionsMap")
|
||||||
|
Loading…
Reference in New Issue
Block a user