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")
|
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, allAnswersDirty)
|
questionsMap, sortedallAnswers, err := w.dal.QuestionRepo.GetMapQuestions(ctx, allAnswers)
|
||||||
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