Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kish1n committed Aug 22, 2024
1 parent b0fe406 commit f3f344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/handlers/daily_question_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func CheckDailyQuestion(w http.ResponseWriter, r *http.Request) {
Log(r).Infof("Wrong answer for daily question: %v", req.Answer)
err = DailyQuestionsQ(r).FilterTodayQuestions(cfg.Timezone).IncrementIncorrectAnswer()
if err != nil {
Log(r).WithError(err).Errorf("Error incrementing question answers incorect answered")
Log(r).WithError(err).Errorf("Error incrementing question answers incorrect answered")
}
return nil
}
Expand Down

0 comments on commit f3f344d

Please sign in to comment.