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

Commit

Permalink
Action: Add nearly_reached into the list
Browse files Browse the repository at this point in the history
Required by user achievement notifications if a certain level is reached.

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.dev>
  • Loading branch information
khusika committed Jul 8, 2024
1 parent 6d7442d commit 4c453f7
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 4c453f7

Please sign in to comment.