revert change
This commit is contained in:
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")
|
||||
|
Loading…
Reference in New Issue
Block a user