Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from khusika/alerts
Browse files Browse the repository at this point in the history
Action: Add nearly_reached into the list
  • Loading branch information
theimpulson authored Jul 8, 2024
2 parents 6d7442d + 4c453f7 commit 51015b0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ enum class Action {
REACHED,

@Json(name = "question_solution")
SOLUTION
SOLUTION,

@Json(name = "nearly_reached")
NEARLY_REACHED
}

0 comments on commit 51015b0

Please sign in to comment.